This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, mark.dickinson, rhettinger, tim.peters
Date 2009-10-28.08:46:29
SpamBayes Score 0.005664271
Marked as misclassified No
Message-id <1256719590.77.0.05495300201.issue7117@psf.upfronthosting.co.za>
In-reply-to
Content
r75913: Fix _json.c to use PyOS_string_to_double. Change made after
consulting with Bob Ippolito.

This completes the removal of calls to PyOS_ascii_strtod.
History
Date User Action Args
2009-10-28 08:46:31eric.smithsetrecipients: + eric.smith, tim.peters, rhettinger, mark.dickinson
2009-10-28 08:46:30eric.smithsetmessageid: <1256719590.77.0.05495300201.issue7117@psf.upfronthosting.co.za>
2009-10-28 08:46:29eric.smithlinkissue7117 messages
2009-10-28 08:46:29eric.smithcreate