Stefan Krah <stefan-use...@bytereef.org> added the comment: Unrelated to the Fedora issue: The test is currently skipped on the FreeBSD bot, but completes successfully with:
diff -r 0b52b6f1bfab Lib/test/test_locale.py --- a/Lib/test/test_locale.py Tue Aug 02 10:16:45 2011 +0200 +++ b/Lib/test/test_locale.py Tue Aug 02 11:37:39 2011 +0200 @@ -399,7 +399,7 @@ oldlocale = locale.setlocale(locale.LC_CTYPE) self.addCleanup(locale.setlocale, locale.LC_CTYPE, oldlocale) try: - locale.setlocale(locale.LC_CTYPE, 'tr_TR') + locale.setlocale(locale.LC_CTYPE, 'tr_TR.UTF-8') except locale.Error: # Unsupported locale on this system self.skipTest('test needs Turkish locale') ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1813> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com