Serhiy Storchaka added the comment:

Detailed output:
http://buildbot.python.org/all/builders/PPC64%20PowerLinux%202.7/builds/415/steps/test/logs/stdio
======================================================================
FAIL: test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/shager/cpython-buildarea/2.7.edelsohn-powerlinux-ppc64/build/Lib/test/test_locale.py",
 line 484, in test_getsetlocale_issue1813
    (loc, oldlocale, e))
AssertionError: Failed to set locale ('tr_TR', 'ISO8859-9') (default locale is 
(None, None)): Error('unsupported locale setting',)

----------------------------------------------------------------------

locale.getlocale() calls _parse_localename() which uses normalize() which maps 
'tr_TR' to 'tr_TR.ISO8859-9' with according to locale_alias table. However on 
this platform tr_TR.ISO8859-9 doesn't not exist, only tr_TR.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20086>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to