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 drukker
Recipients drukker, loewis, pitrou
Date 2009-10-17.19:29:26
SpamBayes Score 2.0360266e-08
Marked as misclassified No
Message-id <1255807769.69.0.16683215949.issue7080@psf.upfronthosting.co.za>
In-reply-to
Content
I've added the tests.

I found that on Windows, strxfrm has been unavailable in py3k since
r61306, because of an omission in PC/pyconfig.h.  (cf. patch)

In determining whether I should first test for the existence of strcoll
(or strxfrm) in the locale module, as was done in TestMiscellaneous, I
found this is no longer needed in py3k since r61339.  (cf. patch)  (In
python2 such checks are still necessary.)
History
Date User Action Args
2009-10-17 19:29:29drukkersetrecipients: + drukker, loewis, pitrou
2009-10-17 19:29:29drukkersetmessageid: <1255807769.69.0.16683215949.issue7080@psf.upfronthosting.co.za>
2009-10-17 19:29:27drukkerlinkissue7080 messages
2009-10-17 19:29:27drukkercreate