commit | aaefac76ddac60bb332d28ec79702523b93530ee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 16 22:48:21 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 16 22:48:21 2012 +0200 |
tree | 747df780a77a130ac1197464d2e2830f5867ba7f | |
parent | c62bd13cb203f27bc11d36903554f20386b5b8c5 [diff] [blame] |
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 7e20d1b..46f87bc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. + Patch by Serhiy Storchaka. + - Issue #15026: utf-16 encoding is now significantly faster (up to 10x). Patch by Serhiy Storchaka.