diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 16:36:02 +0200 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 16:36:02 +0200 |
| commit | ca5f91b888bc0056fc08d062f65cc783bbba8532 (patch) | |
| tree | 6f40cd659395052192a79984ab96d6c4709eb491 /Misc/NEWS | |
| parent | fda08b0860e4f5d61c54021efc56fd7893b4b391 (diff) | |
| download | cpython-git-ca5f91b888bc0056fc08d062f65cc783bbba8532.tar.gz | |
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Alpha 4? Core and Builtins ----------------- +- Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy + Storchaka. + - Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. |
