summaryrefslogtreecommitdiffstats
path: root/Lib/encodings
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-08 02:00:34 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-08 02:00:34 (GMT)
commit47d083cf1a5c763346a020e2daf38ccfb3f52dbd (patch)
tree07b013897feebd9da15d12ada819dcf758d1d4ca /Lib/encodings
parente2684d93e2413a3f7c8dc5a26cb17723c7c51b5d (diff)
downloadcpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.zip
cpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.tar.gz
cpython-47d083cf1a5c763346a020e2daf38ccfb3f52dbd.tar.bz2
whatsnew: cp273 codec (#10907797)
Also updated the docs and added the aliases mentioned by the references.
Diffstat (limited to 'Lib/encodings')
-rw-r--r--Lib/encodings/aliases.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py
index 5461aa0..4cbaade 100644
--- a/Lib/encodings/aliases.py
+++ b/Lib/encodings/aliases.py
@@ -109,6 +109,11 @@ aliases = {
'1258' : 'cp1258',
'windows_1258' : 'cp1258',
+ # cp273 codec
+ '273' : 'cp273',
+ 'ibm273' : 'cp273',
+ 'csibm273' : 'cp273',
+
# cp424 codec
'424' : 'cp424',
'csibm424' : 'cp424',