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 skrah
Recipients Arfrever, BreamoreBoy, arnimar, djc, gkcn, jafo, jwilk, lemburg, pitrou, python-dev, r.david.murray, skrah, vstinner
Date 2011-08-02.09:41:45
SpamBayes Score 0.00010650567
Marked as misclassified No
Message-id <1312278106.28.0.511181738632.issue1813@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2011-08-02 09:41:46skrahsetrecipients: + skrah, lemburg, jafo, pitrou, vstinner, arnimar, jwilk, djc, Arfrever, r.david.murray, BreamoreBoy, python-dev, gkcn
2011-08-02 09:41:46skrahsetmessageid: <1312278106.28.0.511181738632.issue1813@psf.upfronthosting.co.za>
2011-08-02 09:41:45skrahlinkissue1813 messages
2011-08-02 09:41:45skrahcreate