diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:24:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:24:19 (GMT) |
commit | f0eeedf0d8ffff9d7ea8874e60992845595f091f (patch) | |
tree | 6522282dfed3bc9925b171e3caef666423b8f22d /Misc | |
parent | ad8a1c3fb27aa3e240540888b6062597dce36fe8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |