commit | c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Fri Mar 07 21:00:34 2014 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Fri Mar 07 21:00:34 2014 -0500 |
tree | e5b85d010f91bc215135699cae8d2fa9e2d4dab4 | |
parent | 6b5284fd4e8b76b223520a155a6fefda92359f9c [diff] [blame] |
whatsnew: cp273 codec (#10907797) Also updated the docs and added the aliases mentioned by the references.
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 @@ '1258' : 'cp1258', 'windows_1258' : 'cp1258', + # cp273 codec + '273' : 'cp273', + 'ibm273' : 'cp273', + 'csibm273' : 'cp273', + # cp424 codec '424' : 'cp424', 'csibm424' : 'cp424',