[Python-checkins] cpython: Fix statement.

antoine.pitrou python-checkins at python.org
Sun Jun 24 22:45:41 CEST 2012


http://hg.python.org/cpython/rev/137071d25fbd
changeset:   77749:137071d25fbd
parent:      77747:d99a118f0749
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jun 24 22:38:23 2012 +0200
summary:
  Fix statement.

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1497,8 +1497,7 @@
   * 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`.)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list