]> granicus.if.org Git - python/commit
Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement functio...
authorMark Dickinson <dickinsm@gmail.com>
Sat, 31 Oct 2009 09:42:39 +0000 (09:42 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 31 Oct 2009 09:42:39 +0000 (09:42 +0000)
commit09823a2e215bea1bde9941766f8d11c0aee26b76
tree7a7a59a08e560f7c33442ddda1205c9318b2bd12
parentba26b39115bfaba16855ca30cd6ca0e3515fe0b6
Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double.
Doc/c-api/conversion.rst
Misc/NEWS
Python/pystrtod.c