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 lemburg
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gvanrossum, lemburg, mark.dickinson, rhettinger
Date 2008-12-08.21:30:01
SpamBayes Score 0.000166557
Marked as misclassified No
Message-id <1228771802.23.0.877789015579.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of removing cmp(a, b) and replacing all uses with (a>b)-(b<a) I
think it's better to turn cmp() into a helper that applies this
operation in C rather than Python.
History
Date User Action Args
2008-12-08 21:30:02lemburgsetrecipients: + lemburg, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, christian.heimes, benjamin.peterson
2008-12-08 21:30:02lemburgsetmessageid: <1228771802.23.0.877789015579.issue1717@psf.upfronthosting.co.za>
2008-12-08 21:30:01lemburglinkissue1717 messages
2008-12-08 21:30:01lemburgcreate