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 gvanrossum
Recipients LeWiemann, gvanrossum, mark.dickinson, rhettinger, tixxit
Date 2009-12-07.18:10:27
SpamBayes Score 0.0061967643
Marked as misclassified No
Message-id <1260209429.67.0.564831989406.issue1771@psf.upfronthosting.co.za>
In-reply-to
Content
Python's sort implementation is carefully written to only use the "<" 
comparison, ever.  So a cmp really isn't the most natural way to specify 
a comparison.  (This should really be documented somewhere -- I know know 
it because Tim Peters & I shared an office while he did most of the work 
on Python's sort.)
History
Date User Action Args
2009-12-07 18:10:29gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, LeWiemann, tixxit
2009-12-07 18:10:29gvanrossumsetmessageid: <1260209429.67.0.564831989406.issue1771@psf.upfronthosting.co.za>
2009-12-07 18:10:28gvanrossumlinkissue1771 messages
2009-12-07 18:10:27gvanrossumcreate