commit | 5db1051f6b58661b23b0634cf387139e26394ceb | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Oct 31 09:43:46 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Oct 31 09:43:46 2009 +0000 |
tree | c0921d98dd0bdee483a2129677964a753bce8e7b | |
parent | 12b2cf3de376c65f73d6376107f4d14fd551ea00 [diff] |
Blocked revisions 75979 via svnmerge ........ r75979 | mark.dickinson | 2009-10-31 09:42:39 +0000 (Sat, 31 Oct 2009) | 1 line Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. ........