[issue18228] AIX locale parsing failure

2020-10-03 Thread STINNER Victor
STINNER Victor added the comment: Sorry, I forgot to close it 7 years ago. Done ;-) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue18228] AIX locale parsing failure

2020-10-02 Thread Irit Katriel
Irit Katriel added the comment: Looks like this can be closed. -- nosy: +iritkatriel status: pending -> open ___ Python tracker ___ ___

[issue18228] AIX locale parsing failure

2014-10-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue18228] AIX locale parsing failure

2014-07-12 Thread Mark Lawrence
Mark Lawrence added the comment: Presumably this can be closed as fixed. -- nosy: +BreamoreBoy status: pending -> open ___ Python tracker ___

[issue18228] AIX locale parsing failure

2014-01-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue18228] AIX locale parsing failure

2013-06-18 Thread David Edelsohn
Changes by David Edelsohn : -- versions: -Python 2.7, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue18228] AIX locale parsing failure

2013-06-18 Thread David Edelsohn
Changes by David Edelsohn : -- versions: +Python 2.7, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18228] AIX locale parsing failure

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cbd992d3411 by Victor Stinner in branch 'default': Issue #18228: Use locale.setlocale(name, None) instead of http://hg.python.org/cpython/rev/6cbd992d3411 -- ___ Python tracker

[issue18228] AIX locale parsing failure

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00824f9e29f3 by Victor Stinner in branch 'default': Issue #18228: Fix locale test of test.regrtest.saved_test_environment http://hg.python.org/cpython/rev/00824f9e29f3 -- nosy: +python-dev ___ Python trac

[issue18228] AIX locale parsing failure

2013-06-16 Thread David Edelsohn
David Edelsohn added the comment: The problem is Lib/test/regrtest.py. _lc = [getattr(locale, lc) for lc in dir(locale) if lc.startswith('LC_')] The list of locales that start with 'LC_' includes LC_ALL. On AIX, at least, setlocal("LC_ALL",NULL) returns a string with the locales for each loca

[issue18228] AIX locale parsing failure

2013-06-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo, lemburg, trent ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue18228] AIX locale parsing failure

2013-06-15 Thread David Edelsohn
New submission from David Edelsohn: All tests are failing for 3.x on AIX due to an error parsing the locale. This is not failing on 3.3 branch. File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/regrtest.py", line 1292, in runtest_inner with saved_test_environme