diff options
author | Guido van Rossum <guido@python.org> | 1997-12-10 19:36:41 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-10 19:36:41 +0000 |
commit | e680546894ae6e5dffe8b6f6a6a17a56301033ae (patch) | |
tree | 41d1d040a179fe9dcfdb1eb84576f5652df6e7d1 /Lib/string.py | |
parent | 87908f5925a4a888a8ae52e507d079da7232e8d8 (diff) | |
download | cpython-git-e680546894ae6e5dffe8b6f6a6a17a56301033ae.tar.gz |
Don't specify base 0 to string.atoi when unpickling integers in text
mode. The pickler always uses base 10 so the default base should be
fine. (The base gets us in trouble when there's no strop module, as
the atoi() in string.py only supports base 10. This is for JPython.)
Diffstat (limited to 'Lib/string.py')
0 files changed, 0 insertions, 0 deletions