New submission from Antoine Pitrou <[email protected]>: >>> 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 <[email protected]> <http://bugs.python.org/issue14195> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
