Issue #7117: Prepare for backport of py3k float repr.
commitf2350dced1ed1499815b1e73d1b950af1b6f2b30
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 24 Oct 2009 12:13:30 +0000 (24 12:13 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 24 Oct 2009 12:13:30 +0000 (24 12:13 +0000)
tree615f6e86c9b4d2201a5d676aaa1076684cb9102d
parent3f2d98672b01ab2cc35c464252497fb739f2035a
Issue #7117: Prepare for backport of py3k float repr.
Add the Python/dtoa.c file containing the main algorithms;
add corresponding include file and include in Python.h;
include license information for Python/dtoa.c;
add dtoa.c and dtoa.h to Makefile.

git-svn-id: http://svn.python.org/projects/python/trunk@75651 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/license.rst
Include/Python.h
Include/dtoa.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcproj
Python/dtoa.c [new file with mode: 0644]