]> granicus.if.org Git - python/commit
Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily)
authorThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:15:11 +0000 (09:15 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:15:11 +0000 (09:15 +0000)
commitc947123350b31d3fab7e4893eb87cb361125f549
treee2faa68f59ffb8f56f84ab18d13cdef06bdab186
parent725af87d0a0041d108b493d206fc2f8d0ca75558
Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily)
convert float arguments to integer-taking format characters, so fix the test
to expect the failure.
Lib/test/test_getargs2.py