This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients meador.inge, pitrou, python-dev, rhettinger
Date 2012-03-05.04:43:34
SpamBayes Score 0.046750158
Marked as misclassified No
Message-id <E1S4Pll-0001XP-OD@dinsdale.python.org>
In-reply-to
Content
New changeset 4b3f1decb1af by Meador Inge in branch '2.7':
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
http://hg.python.org/cpython/rev/4b3f1decb1af

New changeset 5b88475aae96 by Meador Inge in branch '3.2':
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
http://hg.python.org/cpython/rev/5b88475aae96

New changeset 31dc8fe15b02 by Meador Inge in branch 'default':
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
http://hg.python.org/cpython/rev/31dc8fe15b02
History
Date User Action Args
2012-03-05 04:43:36python-devsetrecipients: + python-dev, rhettinger, pitrou, meador.inge
2012-03-05 04:43:35python-devlinkissue14195 messages
2012-03-05 04:43:34python-devcreate