[Python-checkins] r71968 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Sun Apr 26 17:32:53 CEST 2009


Author: mark.dickinson
Date: Sun Apr 26 17:32:53 2009
New Revision: 71968

Log:
Blocked revisions 71967 via svnmerge

........
  r71967 | mark.dickinson | 2009-04-26 16:30:47 +0100 (Sun, 26 Apr 2009) | 5 lines
  
  Internal plumbing changes for float parsing:
   - check for nans and infs within PyOS_ascii_strtod
   - simplify parsing in PyFloat_FromString, and handle out-of-memory
     errors properly
........


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


More information about the Python-checkins mailing list