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.15:53:17
SpamBayes Score 0.00022059119
Marked as misclassified No
Message-id <1228751597.98.0.78663209603.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
Please put the PyUnicode_Compare() API back in there.

Removing __cmp__ really doesn't have anything to do with removing often
used helper functions for comparing certain object types and only
cripples the C API in a needless way.

Thanks.
History
Date User Action Args
2008-12-08 15:53:18lemburgsetrecipients: + lemburg, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, christian.heimes, benjamin.peterson
2008-12-08 15:53:17lemburgsetmessageid: <1228751597.98.0.78663209603.issue1717@psf.upfronthosting.co.za>
2008-12-08 15:53:17lemburglinkissue1717 messages
2008-12-08 15:53:17lemburgcreate