]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 77218 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Fri, 1 Jan 2010 17:28:04 +0000 (17:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 1 Jan 2010 17:28:04 +0000 (17:28 +0000)
commitfc3286b640fe02ef384f14e4554286b5d1897072
tree60c0e4615a00fc0261cbc7dc2c3ea7b29dec37fa
parent558a57a1f2c71860bcebc86a83a733b514ddf3b2
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.
........