commit | 20f59fe1f7748ae899aceee4cb560e5e1f528a1f | [log] [tgz] |
---|---|---|
author | Jordon Xu <46997731+qigangxu@users.noreply.github.com> | Wed Aug 21 21:26:20 2019 +0800 |
committer | Victor Stinner <vstinner@redhat.com> | Wed Aug 21 14:26:20 2019 +0100 |
tree | 388519ee0b0caee244104278660644dbf1598b21 | |
parent | 87bc3b7a0b0c41ea5da2aa137c4145f437a1c9fd [diff] |
bpo-37751: Fix codecs.lookup() normalization (GH-15092) Fix codecs.lookup() to normalize the encoding name the same way than encodings.normalize_encoding(), except that codecs.lookup() also converts the name to lower case.