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 metal
Recipients LeWiemann, dtorp, mark.dickinson, metal, r.david.murray, rhettinger, tixxit
Date 2010-07-20.20:34:49
SpamBayes Score 0.02037883
Marked as misclassified No
Message-id <1279658092.0.0.970647763016.issue1771@psf.upfronthosting.co.za>
In-reply-to
Content
Shame on me, after a long time I realized the problem referenced in my old post (http://bugs.python.org/msg102019) was actually topological sorting. It can't be done by Python's sort(), which doesn't support partial order. Trying to use cmp parameter is completely wrong. And cmp would mislead people like me to sort a partial order, evil! Now I'm absolutely agree with gone of cmp, viva Raymond Hettinger!
History
Date User Action Args
2010-07-20 20:34:52metalsetrecipients: + metal, rhettinger, mark.dickinson, dtorp, LeWiemann, r.david.murray, tixxit
2010-07-20 20:34:51metalsetmessageid: <1279658092.0.0.970647763016.issue1771@psf.upfronthosting.co.za>
2010-07-20 20:34:50metallinkissue1771 messages
2010-07-20 20:34:49metalcreate