From: Mark Dickinson Date: Fri, 12 Feb 2010 21:24:17 +0000 (+0000) Subject: Blocked revisions 78167 via svnmerge X-Git-Tag: v3.1.2rc1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=232df04558e6c0891ba183d61d76ea5469ff16db;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 78167 via svnmerge ................ r78167 | mark.dickinson | 2010-02-12 21:18:34 +0000 (Fri, 12 Feb 2010) | 9 lines Merged revisions 78166 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78166 | mark.dickinson | 2010-02-12 21:16:38 +0000 (Fri, 12 Feb 2010) | 1 line Check that 'd' isn't allowed as an exponent specifier in inputs to the float function. ........ ................ ---