diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
commit | ad8a1c3fb27aa3e240540888b6062597dce36fe8 (patch) | |
tree | 6e135c90bd2f7dbe9dd39e6c382d1c43af53dcee /Doc/whatsnew/3.5.rst | |
parent | 0d4df752acbaf14164f1e8b2b95ebe3fe288bb82 (diff) | |
download | cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.zip cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.gz cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.bz2 |
Issue #22682: Added support for the kz1048 encoding.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9041811..412d9b0 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -231,6 +231,9 @@ Some smaller changes made to the core Python language are: * The :option:`-b` option now affects comparisons of :class:`bytes` with :class:`int`. (Contributed by Serhiy Storchaka in :issue:`23681`) +* New Kazakh :ref:`codec <standard-encodings>` ``kz1048``. (Contributed by + Serhiy Storchaka in :issue:`22682`.) + New Modules =========== |