summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:24:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:24:19 (GMT)
commitf0eeedf0d8ffff9d7ea8874e60992845595f091f (patch)
tree6522282dfed3bc9925b171e3caef666423b8f22d /Doc/whatsnew/3.5.rst
parentad8a1c3fb27aa3e240540888b6062597dce36fe8 (diff)
downloadcpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.zip
cpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.tar.gz
cpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.tar.bz2
Issue #22681: Added support for the koi8_t encoding.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 412d9b0..48d871a 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -234,6 +234,9 @@ Some smaller changes made to the core Python language are:
* New Kazakh :ref:`codec <standard-encodings>` ``kz1048``. (Contributed by
Serhiy Storchaka in :issue:`22682`.)
+* New Tajik :ref:`codec <standard-encodings>` ``koi8_t``. (Contributed by
+ Serhiy Storchaka in :issue:`22681`.)
+
New Modules
===========