Commit 19868bb7 authored by R David Murray's avatar R David Murray

whatsnew: cp1125 codec (#19668).

parent b214aba1
...@@ -367,8 +367,11 @@ Some smaller changes made to the core Python language are: ...@@ -367,8 +367,11 @@ Some smaller changes made to the core Python language are:
Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy Storchaka in Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy Storchaka in
:issue:`12892`. :issue:`12892`.
* New EBCDIC :ref:`codec <standard-encodings>` ``cp273``. (Contributed by * New German EBCDIC :ref:`codec <standard-encodings>` ``cp273``. (Contributed
Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.) by Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.)
* New Ukrainian :ref:`codec <standard-encodings>` ``cp1125``. (Contributed by
Serhiy Storchaka in :issue:`19668`.)
* :class:`bytes`.join() and :class:`bytearray`.join() now accept arbitrary * :class:`bytes`.join() and :class:`bytearray`.join() now accept arbitrary
buffer objects as arguments. (Contributed by Antoine Pitrou in buffer objects as arguments. (Contributed by Antoine Pitrou in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment