diff options
author | Michael Felt <aixtools@users.noreply.github.com> | 2018-08-27 13:40:17 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-08-27 13:40:17 (GMT) |
commit | 7ef1697be54a74314d5214d9ba0580d4e620694c (patch) | |
tree | 708a0628f75824a0cfcc3085863a4d4ea7ed14c2 /Misc | |
parent | 3fe89dac42809a7741d50ebf595be98833b79b97 (diff) | |
download | cpython-7ef1697be54a74314d5214d9ba0580d4e620694c.zip cpython-7ef1697be54a74314d5214d9ba0580d4e620694c.tar.gz cpython-7ef1697be54a74314d5214d9ba0580d4e620694c.tar.bz2 |
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
AIX uses ISO-8859-1 encoding for the C locale.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-08-25-13-28-18.bpo-34347.IsRDPB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-08-25-13-28-18.bpo-34347.IsRDPB.rst b/Misc/NEWS.d/next/Tests/2018-08-25-13-28-18.bpo-34347.IsRDPB.rst new file mode 100644 index 0000000..0959476 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-08-25-13-28-18.bpo-34347.IsRDPB.rst @@ -0,0 +1 @@ +Fix `test_utf8_mode.test_cmd_line` for AIX |