]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
authorSteve Dower <steve.dower@microsoft.com>
Wed, 7 Sep 2016 02:42:27 +0000 (19:42 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 7 Sep 2016 02:42:27 +0000 (19:42 -0700)
commitf5aba58480bb0dd45181f609487ac2ecfcc98673
tree0d70301224f945e379c37058fa6b24b6ba8c78e5
parent22d0698d3b034f4f4314aa793da7225a5da640ba
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
Include/unicodeobject.h
Lib/encodings/__init__.py
Lib/encodings/aliases.py
Lib/encodings/oem.py [new file with mode: 0644]
Lib/site.py
Lib/test/test_codecs.py
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h