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 pitrou
Recipients pitrou
Date 2012-03-04.20:28:39
SpamBayes Score 0.017622069
Marked as misclassified No
Message-id <1330892920.08.0.914795848044.issue14195@psf.upfronthosting.co.za>
In-reply-to
Content
>>> a = weakref.WeakSet()
>>> a < a
True
>>> a > a
True
History
Date User Action Args
2012-03-04 20:28:40pitrousetrecipients: + pitrou
2012-03-04 20:28:40pitrousetmessageid: <1330892920.08.0.914795848044.issue14195@psf.upfronthosting.co.za>
2012-03-04 20:28:39pitroulinkissue14195 messages
2012-03-04 20:28:39pitroucreate