From: Mark Dickinson Date: Sat, 24 Oct 2009 12:15:17 +0000 (+0000) Subject: Blocked revisions 75651 via svnmerge X-Git-Tag: v3.2a1~2345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3749336005ea39058794f9c3b696ae62c2de7ede;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 75651 via svnmerge ........ r75651 | mark.dickinson | 2009-10-24 13:13:30 +0100 (Sat, 24 Oct 2009) | 7 lines 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. ........ ---