diff options
| author | R David Murray <rdmurray@bitdance.com> | 2014-03-07 21:00:34 -0500 |
|---|---|---|
| committer | R David Murray <rdmurray@bitdance.com> | 2014-03-07 21:00:34 -0500 |
| commit | c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194 (patch) | |
| tree | e5b85d010f91bc215135699cae8d2fa9e2d4dab4 /Lib/encodings | |
| parent | 6b5284fd4e8b76b223520a155a6fefda92359f9c (diff) | |
| download | cpython-git-c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194.tar.gz | |
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.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/encodings/aliases.py b/Lib/encodings/aliases.py index 5461aa053a..4cbaadea3e 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', |
