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 David.Edelsohn
Recipients David.Edelsohn
Date 2013-06-16.04:03:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371355395.07.0.213079327558.issue18228@psf.upfronthosting.co.za>
In-reply-to
Content
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_environment(test, verbose, quiet) as environment:
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/regrtest.py", line 1256, in __enter__
    in self.resource_info())
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/regrtest.py", line 1255, in <genexpr>
    self.saved_values = dict((name, get()) for name, get, restore
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/regrtest.py", line 1239, in get_locale
    pairings.append((lc, locale.getlocale(lc)))
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/locale.py", line 524, in getlocale
    return _parse_localename(localename)
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/locale.py", line 433, in _parse_localename
    raise ValueError('unknown locale: %s' % localename)
ValueError: unknown locale: C en_US C C C C
History
Date User Action Args
2013-06-16 04:03:15David.Edelsohnsetrecipients: + David.Edelsohn
2013-06-16 04:03:15David.Edelsohnsetmessageid: <1371355395.07.0.213079327558.issue18228@psf.upfronthosting.co.za>
2013-06-16 04:03:14David.Edelsohnlinkissue18228 messages
2013-06-16 04:03:14David.Edelsohncreate