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

eric.smith python-checkins at python.org
Mon Oct 19 02:35:35 CEST 2009


Author: eric.smith
Date: Mon Oct 19 02:35:35 2009
New Revision: 75508

Log:
Blocked revisions 75506 via svnmerge

........
  r75506 | eric.smith | 2009-10-18 20:34:12 -0400 (Sun, 18 Oct 2009) | 7 lines
  
  Removed calls to PyFloat_AsReprString.
  This is in anticipation of possibly implementing issue 7117 (short float repr).
  This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and
  PyFloat_AsStringEx, which are unsafe.
  
  Also, switch to defines for error values to bring this code more in line
  with the py3k branch.
........


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


More information about the Python-checkins mailing list