New submission from Antoine Pitrou <pit...@free.fr>:

>>> a = weakref.WeakSet()
>>> a < a
True
>>> a > a
True

----------
components: Library (Lib)
messages: 154910
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: WeakSet has ordering relations wrong
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14195>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to