diff options
author | Raymond Hettinger <python@rcn.com> | 2011-10-19 21:16:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-10-19 21:16:47 (GMT) |
commit | 587e75c70baac7f0641d3bc93b45ea7af1c30736 (patch) | |
tree | a8b5d3acf57e4b837089b89eccdafcf3e6afe49f /Doc | |
parent | eeb905bd7bb5224601837b6232bc6607480ef8af (diff) | |
parent | af37b89240e78fa9cc82e40b14e7e374c7597acf (diff) | |
download | cpython-587e75c70baac7f0641d3bc93b45ea7af1c30736.zip cpython-587e75c70baac7f0641d3bc93b45ea7af1c30736.tar.gz cpython-587e75c70baac7f0641d3bc93b45ea7af1c30736.tar.bz2 |
merge
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index a20bda6..48751e8 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.) |