[Python-checkins] r74855 - python/branches/py3k

mark.dickinson python-checkins at python.org
Thu Sep 17 00:14:54 CEST 2009


Author: mark.dickinson
Date: Thu Sep 17 00:14:54 2009
New Revision: 74855

Log:
Recorded merge of revisions 74853 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74853 | mark.dickinson | 2009-09-16 23:10:56 +0100 (Wed, 16 Sep 2009) | 5 lines
  
  Issue #6713:  Improve performance of str(n) and repr(n) for integers n
  (up to 3.1 times faster in tests), by special-casing base 10 in
  _PyLong_Format.  (Backport of r74851 from py3k.)
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list