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 r.david.murray
Recipients asuiu, r.david.murray
Date 2009-10-20.10:54:07
SpamBayes Score 0.04294835
Marked as misclassified No
Message-id <1256036049.37.0.880767947104.issue7174@psf.upfronthosting.co.za>
In-reply-to
Content
In python3 (unlike 2) objects are by default unorderable.  You'll need
to define an ordering for your objects in order to use them in a
PriorityQueue, whether or not they are inside a tuple.
History
Date User Action Args
2009-10-20 10:54:09r.david.murraysetrecipients: + r.david.murray, asuiu
2009-10-20 10:54:09r.david.murraysetmessageid: <1256036049.37.0.880767947104.issue7174@psf.upfronthosting.co.za>
2009-10-20 10:54:07r.david.murraylinkissue7174 messages
2009-10-20 10:54:07r.david.murraycreate