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 vstinner
Recipients David.Edelsohn, vstinner
Date 2013-11-18.01:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384737393.4.0.145203729418.issue19637@psf.upfronthosting.co.za>
In-reply-to
Content
To analyze the following issue, I would like to know which locale encoding is used on AIX with the C locale. Example:

$ LC_ALL=C python -c 'import locale; print(locale.getpreferredencoding(False))'
ANSI_X3.4-1968

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x

======================================================================
FAIL: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_subprocess.py", line 1696, in test_undecodable_env
    self.assertEqual(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^
History
Date User Action Args
2013-11-18 01:16:34vstinnersetrecipients: + vstinner, David.Edelsohn
2013-11-18 01:16:33vstinnersetmessageid: <1384737393.4.0.145203729418.issue19637@psf.upfronthosting.co.za>
2013-11-18 01:16:33vstinnerlinkissue19637 messages
2013-11-18 01:16:32vstinnercreate