From: Raymond Hettinger Date: Wed, 19 Oct 2011 21:16:18 +0000 (-0700) Subject: Issue 12668: Fix wording in Whatsnew3.2 X-Git-Tag: v3.2.3rc1~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af37b89240e78fa9cc82e40b14e7e374c7597acf;p=thirdparty%2FPython%2Fcpython.git Issue 12668: Fix wording in Whatsnew3.2 --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 32f97d6c53da..0bd2c51d603f 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -2362,7 +2362,7 @@ A number of small performance enhancements have been added: (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.)