]> granicus.if.org Git - python/commit
Better error messages when raising ValueError for int literals. (The
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:04:52 +0000 (15:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:04:52 +0000 (15:04 +0000)
commit923fece5bd7a8b4d52adabc3c96aa3b12de16220
tree5ab7e71f327475b8b5bbbe7a126c9c3ebc62129c
parentac6a37ae55b0f165dee662d65976c2d3ab9d2325
Better error messages when raising ValueError for int literals.  (The
previous version of this code would not show the offending input, even
though there was code that attempted this.)
Modules/stropmodule.c