egreen <egr...@operamail.com> added the comment: 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.) ---------- Added file: http://bugs.python.org/file15158/strxfrm_fixes_and_collation_tests.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7080> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com