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 christian.heimes
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gvanrossum, mark.dickinson, rhettinger
Date 2008-12-08.01:48:20
SpamBayes Score 9.012305e-07
Marked as misclassified No
Message-id <1228700924.88.0.524564332333.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
The latest patch removes PyUnicode_Compare as well as lots of __cmp__
functions under Lib/. It also renames and redefines
PyUnicode_CompareWithASCIIString(). The simpler
PyUnicode_EqualToASCIIString() function is easier to use, too.
History
Date User Action Args
2008-12-08 01:48:46christian.heimessetrecipients: + christian.heimes, gvanrossum, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, benjamin.peterson
2008-12-08 01:48:44christian.heimessetmessageid: <1228700924.88.0.524564332333.issue1717@psf.upfronthosting.co.za>
2008-12-08 01:48:44christian.heimeslinkissue1717 messages
2008-12-08 01:48:44christian.heimescreate