From: Mark Dickinson Date: Mon, 26 Oct 2009 21:13:15 +0000 (+0000) Subject: Blocked revisions 75730-75731 via svnmerge X-Git-Tag: v3.2a1~2316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0966c95687d1847b524f8794835568858a7934c;p=python Blocked revisions 75730-75731 via svnmerge ........ r75730 | mark.dickinson | 2009-10-26 21:09:09 +0000 (Mon, 26 Oct 2009) | 2 lines Issue #7117: Backport missing pystrtod.h declarations from py3k. ........ r75731 | mark.dickinson | 2009-10-26 21:11:20 +0000 (Mon, 26 Oct 2009) | 4 lines Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in floatobject.c. Also, remove limitation on length of unicode inputs to float(). ........ ---