From: Mark Dickinson Date: Fri, 1 Jan 2010 19:28:08 +0000 (+0000) Subject: Blocked revisions 77220 via svnmerge X-Git-Tag: v3.1.2rc1~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e65e2563f6af3aafad00bb31e0c82eac90623ccc;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 77220 via svnmerge ................ r77220 | mark.dickinson | 2010-01-01 19:27:32 +0000 (Fri, 01 Jan 2010) | 12 lines Merged revisions 77218 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77218 | mark.dickinson | 2010-01-01 17:27:30 +0000 (Fri, 01 Jan 2010) | 5 lines Issue #5080: turn the DeprecationWarning from float arguments passed to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning. ........ ................ ---