]> granicus.if.org Git - python/commit
Issue #7117: Prepare for backport of py3k float repr.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 24 Oct 2009 12:13:30 +0000 (12:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 24 Oct 2009 12:13:30 +0000 (12:13 +0000)
commitbb28285ea2f01e97a26bc595d49da43fbee62913
tree67200f4553cf316577993cfc104153c2f41e759c
parentf98a267be374508c04faa4200f552804399faed8
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.
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]