]> granicus.if.org Git - python/commit
Issue #5835, deprecate PyOS_ascii_formatd.
authorEric Smith <eric@trueblade.com>
Sat, 25 Apr 2009 21:40:15 +0000 (21:40 +0000)
committerEric Smith <eric@trueblade.com>
Sat, 25 Apr 2009 21:40:15 +0000 (21:40 +0000)
commit068f06568be288b8628a4e24118503e4d9b7af1b
treee1d01c08ed08489c994e7cbf167fd703c7f2c64e
parentdfcffd40447de8e04376f8946fb71a9c16151563
Issue #5835, deprecate PyOS_ascii_formatd.

If anyone wants to clean up the documentation, feel free. It's my first documentation foray, and it's not that great.

Will port to py3k with a different strategy.
Doc/c-api/conversion.rst
Include/pystrtod.h
Lib/test/test_ascii_formatd.py [new file with mode: 0644]
Misc/NEWS
Modules/cPickle.c
Objects/floatobject.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/pystrtod.c