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 /Misc/NEWS | |
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 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |