]> granicus.if.org Git - python/commit
Issue #19637: fix test_undecodable_env() of test_subprocess on AIX
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 22:46:06 +0000 (23:46 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Nov 2013 22:46:06 +0000 (23:46 +0100)
commit5323fb0990862a967b3e0cddddaf20762fd0a4a7
treea6b4268a0a7328782e803588cb21c6d98cc7a8f1
parent85fe8a645e06d54d9b5dfc24375cc9231bff7e00
Issue #19637: fix test_undecodable_env() of test_subprocess on AIX

On AIX, the C locale encoding uses the ISO-8859-1 encoding, not ASCII.
Lib/test/test_subprocess.py