summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a46e80a..d714016 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
Library
-------
+- Issue #22681: Added support for the koi8_t encoding.
+
- Issue #22682: Added support for the kz1048 encoding.
- Issue #23796: peak and read1 methods of BufferedReader now raise ValueError