diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-08 02:00:34 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-08 02:00:34 (GMT) |
commit | c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194 (patch) | |
tree | e5b85d010f91bc215135699cae8d2fa9e2d4dab4 /Doc/whatsnew | |
parent | 6b5284fd4e8b76b223520a155a6fefda92359f9c (diff) | |
download | cpython-c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194.zip cpython-c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194.tar.gz cpython-c4c7b1ccb6231bcd53c5a122d7a3ccf2fbbaf194.tar.bz2 |
whatsnew: cp273 codec (#10907797)
Also updated the docs and added the aliases mentioned by the
references.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index c8c47e0..1bda6fa 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -364,6 +364,9 @@ Some smaller changes made to the core Python language are: Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy Storchaka in :issue:`12892`. +* New EBCDIC :ref:`codec <standard-encodings>` ``cp273``. (Contributed by + Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.) + New Modules |