diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-24 20:38:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-24 20:38:23 (GMT) |
commit | 5d7e1d378ca76d3c33c649bf0651b6369da86887 (patch) | |
tree | 5c1618f10ea4d70a23264ce6726220ddbfe5fd45 /Doc | |
parent | 00081f38696a21de7de15378c8748e8d0b2d8702 (diff) | |
download | cpython-5d7e1d378ca76d3c33c649bf0651b6369da86887.zip cpython-5d7e1d378ca76d3c33c649bf0651b6369da86887.tar.gz cpython-5d7e1d378ca76d3c33c649bf0651b6369da86887.tar.bz2 |
Fix statement.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index b2d028d..a5dc0f8 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1497,8 +1497,7 @@ Major performance enhancements have been added: * repeating a single ASCII letter and getting a substring of a ASCII strings is 4 times faster -* UTF-8 and UTF-16 decoding is now 2x to 4x faster. UTF-16 encoding is now - up to 10x faster. +* UTF-8 is now 2x to 4x faster. UTF-16 encoding is now up to 10x faster. (contributed by Serhiy Storchaka, :issue:`14624`, :issue:`14738` and :issue:`15026`.) |