[Python-checkins] r75915 - python/branches/release26-maint

eric.smith python-checkins at python.org
Wed Oct 28 09:47:31 CET 2009


Author: eric.smith
Date: Wed Oct 28 09:47:31 2009
New Revision: 75915

Log:
Blocked revisions 75913 via svnmerge

........
  r75913 | eric.smith | 2009-10-28 04:44:37 -0400 (Wed, 28 Oct 2009) | 1 line
  
  Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod.
........


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


More information about the Python-checkins mailing list