Meador Inge <mead...@gmail.com> added the comment: Ouch, WeakSet.__lt__ and WeakSet.__gt__ are defined in terms of set.issubset and set.issuperset, respectively. set.issubset and set.issuperset are *not* proper subset and superset operations, thus the error. The attached patch fixes this.
---------- keywords: +patch nosy: +meador.inge Added file: http://bugs.python.org/file24731/issue14195-v1.patch _______________________________________ 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