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-19.15:33:45
SpamBayes Score 5.4463148e-05
Marked as misclassified No
Message-id <1255966429.35.0.473877013532.issue7080@psf.upfronthosting.co.za>
In-reply-to
Content
The tests in TestEnUSCollation I added don't work for all encodings
(e.g. Asian ones, or ASCII).  Now checked for encodings which are known
to work.

Found and fixed a bug (result not returned) in getpreferredencoding in
Lib/locale.py.

This test is skipped on Mac, since r30377.  I've tested it on 10.3
(PPC), and it passed, so I enabled it again.

I did, however, find that FreeBSD and Mac OS X have known bugs in
wcscoll and wcsxfrm: http://www.freebsd.org/cgi/man.cgi?query=wcsxfrm
(cf. patch)
History
Date User Action Args
2009-10-19 15:33:49drukkersetrecipients: + drukker, loewis, pitrou
2009-10-19 15:33:49drukkersetmessageid: <1255966429.35.0.473877013532.issue7080@psf.upfronthosting.co.za>
2009-10-19 15:33:47drukkerlinkissue7080 messages
2009-10-19 15:33:47drukkercreate