(original) (raw)
changeset: 89546:11bc9f669015 user: R David Murray rdmurray@bitdance.com date: Sun Mar 09 20:13:16 2014 -0400 files: Doc/whatsnew/3.4.rst description: whatsnew: cp1125 codec (#19668). diff -r 8b4b6609cd31 -r 11bc9f669015 Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst Sun Mar 09 19:58:17 2014 -0400 +++ b/Doc/whatsnew/3.4.rst Sun Mar 09 20:13:16 2014 -0400 @@ -367,8 +367,11 @@ Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy Storchaka in :issue:`12892`. -* New EBCDIC :ref:`codec ` ``cp273``. (Contributed by - Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.) +* New German EBCDIC :ref:`codec ` ``cp273``. (Contributed + by Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.) + +* New Ukrainian :ref:`codec ` ``cp1125``. (Contributed by + Serhiy Storchaka in :issue:`19668`.) * :class:`bytes`.join() and :class:`bytearray`.join() now accept arbitrary buffer objects as arguments. (Contributed by Antoine Pitrou in/rdmurray@bitdance.com