]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix check_force_ascii()
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 06:11:52 +0000 (23:11 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 10 Sep 2016 06:11:52 +0000 (23:11 -0700)
commit54de2b1edd67ca88c470259d090c8c4cddcadd55
treeffc6cb056dd99fdcb53f5b44a213cd5607abf533
parent11ea04491df185c94c12531c6dba6d46fbcb0ad9
Fix check_force_ascii()

Issue #27938: Normalize aliases of the ASCII encoding, because
_Py_normalize_encoding() now correctly normalize encoding names.
Python/fileutils.c