[issue5080] PyArg_Parse* should raise TypeError for float parsed with integer format

Mark Dickinson report at bugs.python.org
Mon Dec 21 14:53:57 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch that makes the DeprecationWarning a TypeError, and adds a 
new DeprecationWarning for the 'L' format.

----------
keywords: +patch
Added file: http://bugs.python.org/file15649/issue5080.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5080>
_______________________________________


More information about the Python-bugs-list mailing list