commit | fa3ba4c3bc31e8d1b78d0f8f97b1b6140ffcbaef | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 11:34:05 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 29 11:34:05 2013 +0100 |
tree | cecbddba48ec67b9139a760fd3b161f9d495b759 | |
parent | bebba5059c67919b2099b4ac089401a823230bab [diff] |
Issue #18609: Add a fast-path for "iso8859-1" encoding On AIX, the locale encoding may be "iso8859-1", which was not a known syntax of the legacy ISO 8859-1 encoding. Using a C codec instead of a Python codec is faster but also avoids tricky issues during Python startup or complex code.