]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise ValueError on empty string passed into atoi(), atol(), atof().
authorGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 20:02:25 +0000 (20:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Aug 1996 20:02:25 +0000 (20:02 +0000)
commit171191efb292cb731d7c8fd8bd7d0b1f550948f5
tree6b39480d19ffa3424e64c489e947d6d502c2a8ef
parentd0f11dec30378688ced23e21623f541c3ff008c3
Raise ValueError on empty string passed into atoi(), atol(), atof().
Modules/stropmodule.c