From: Mark Dickinson Date: Fri, 1 Jan 2010 17:28:04 +0000 (+0000) Subject: Blocked revisions 77218 via svnmerge X-Git-Tag: v2.6.5rc1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc3286b640fe02ef384f14e4554286b5d1897072;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 77218 via svnmerge ........ 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. ........ ---