[Python-checkins] r74852 - python/branches/release31-maint

mark.dickinson python-checkins at python.org
Wed Sep 16 23:24:11 CEST 2009


Author: mark.dickinson
Date: Wed Sep 16 23:24:11 2009
New Revision: 74852

Log:
Blocked revisions 74851 via svnmerge

........
  r74851 | mark.dickinson | 2009-09-16 22:23:34 +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.
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list