[Python-checkins] cpython (merge 3.2 -> default): merge

raymond.hettinger python-checkins at python.org
Wed Oct 19 23:16:57 CEST 2011


http://hg.python.org/cpython/rev/821f5032bbf4
changeset:   73015:821f5032bbf4
parent:      73013:b875f6c48d04
parent:      73014:48e0db1cf7e4
user:        Raymond Hettinger <python at rcn.com>
date:        Wed Oct 19 14:16:47 2011 -0700
summary:
  merge

files:
  Doc/whatsnew/3.2.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2362,7 +2362,7 @@
   (Patch by Florent Xicluna in :issue:`7622` and :issue:`7462`.)
 
 
-* String to integer conversions now work two "digits" at a time, reducing the
+* Integer to string conversions now work two "digits" at a time, reducing the
   number of division and modulo operations.
 
   (:issue:`6713` by Gawain Bolton, Mark Dickinson, and Victor Stinner.)

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


More information about the Python-checkins mailing list