]> granicus.if.org Git - python/commit
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
authorMark Dickinson <dickinsm@gmail.com>
Thu, 10 Jun 2010 16:05:10 +0000 (16:05 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 10 Jun 2010 16:05:10 +0000 (16:05 +0000)
commitc73013127b2791476ade69d36b69736b9caa674c
treefa53dc8035ac44a9b1bb73d06ed964928a4a9919
parent37296e89a5119eb3af8344796ce653b2d89e403a
Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,
instead of warning.  This makes it consistent with the other integer
codes.
Lib/test/test_getargs2.py
Misc/NEWS
Python/getargs.c