]> granicus.if.org Git - python/commit
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
authorMark Dickinson <dickinsm@gmail.com>
Sun, 3 May 2009 20:33:40 +0000 (20:33 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 3 May 2009 20:33:40 +0000 (20:33 +0000)
commit725bfd8489e444aedd8dfd686a27ffc308657155
tree99d4e0cc2953794a67a5cff491e1897723a119ff
parent75930f85df76472686a8c4eb587a2a70562f61fe
Issue #5914:  Add new C-API function PyOS_string_to_double, to complement
PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof.
Doc/c-api/conversion.rst
Include/pystrtod.h
Modules/_pickle.c
Modules/_testcapimodule.c
Objects/complexobject.c
Objects/floatobject.c
Python/ast.c
Python/dtoa.c
Python/marshal.c
Python/pystrtod.c