]> granicus.if.org Git - python/commit
Set the base for atoi() and atol() to 0, since we're reading Python
authorGuido van Rossum <guido@python.org>
Wed, 15 May 1996 22:49:57 +0000 (22:49 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 15 May 1996 22:49:57 +0000 (22:49 +0000)
commit955c5d156d8a6c2f0109bc1c8fabc5008a41376c
tree0e10af7d71f5c8f5dffd78f77fe3b632d822e833
parent6dabc984005c02c0289a17d8d173dc800214b44f
Set the base for atoi() and atol() to 0, since we're reading Python
numbers here, and so that atol() doesn't barf on the trailing 'L'.
Add a test case involving a long integer.
Lib/pickle.py