summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:16:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:16:55 (GMT)
commitad8a1c3fb27aa3e240540888b6062597dce36fe8 (patch)
tree6e135c90bd2f7dbe9dd39e6c382d1c43af53dcee /Misc/NEWS
parent0d4df752acbaf14164f1e8b2b95ebe3fe288bb82 (diff)
downloadcpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.zip
cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.gz
cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.bz2
Issue #22682: Added support for the kz1048 encoding.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2aa61d0..a46e80a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
Library
-------
+- Issue #22682: Added support for the kz1048 encoding.
+
- Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
if they called on a closed object. Patch by John Hergenroeder.