[Python-checkins] r75914 - python/branches/py3k
eric.smith
python-checkins at python.org
Wed Oct 28 09:46:43 CET 2009
Author: eric.smith
Date: Wed Oct 28 09:46:43 2009
New Revision: 75914
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/py3k/ (props changed)
More information about the Python-checkins
mailing list