[Python-checkins] cpython: whatsnew: cp1125 codec (#19668).

r.david.murray python-checkins at python.org
Mon Mar 10 02:35:11 CET 2014


http://hg.python.org/cpython/rev/11bc9f669015
changeset:   89546:11bc9f669015
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Mar 09 20:13:16 2014 -0400
summary:
  whatsnew: cp1125 codec (#19668).

files:
  Doc/whatsnew/3.4.rst |  7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -367,8 +367,11 @@
   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 German EBCDIC :ref:`codec <standard-encodings>` ``cp273``.  (Contributed
+  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
   buffer objects as arguments.  (Contributed by Antoine Pitrou in

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list