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 LeWiemann
Recipients LeWiemann, gvanrossum, rhettinger
Date 2008-02-17.01:49:36
SpamBayes Score 0.6475874
Marked as misclassified No
Message-id <1203212977.38.0.360819600054.issue1771@psf.upfronthosting.co.za>
In-reply-to
Content
"Non-obvious" to the novice that this technique can be used, and non-
obvious to the reader of the program.

I'm envisioning key functions that return long sequences of -1/0/1 
integers, or numbers between 0 and 2**50...  Not good.

Instead of removing cmp, I'd suggest simply placing a note in the 
documentation saying that key is preferred over cmp, to encourage 
readability.
History
Date User Action Args
2008-02-17 01:49:37LeWiemannsetspambayes_score: 0.647587 -> 0.6475874
recipients: + LeWiemann, gvanrossum, rhettinger
2008-02-17 01:49:37LeWiemannsetspambayes_score: 0.647587 -> 0.647587
messageid: <1203212977.38.0.360819600054.issue1771@psf.upfronthosting.co.za>
2008-02-17 01:49:36LeWiemannlinkissue1771 messages
2008-02-17 01:49:36LeWiemanncreate