]> granicus.if.org Git - python/commit
Oops. Catching OverflowError from int() doesn't help, since it raises
authorGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 17:21:47 +0000 (17:21 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 17:21:47 +0000 (17:21 +0000)
commit1f74cb3575a51879bc7a011757958607d18e0bce
treefbe68d1900adf147ecbec586f0220f5991f727b7
parent14a6f8378e3b2a00e0cfd0a3853cddaaf56af727
Oops.  Catching OverflowError from int() doesn't help, since it raises
ValueError on too-large inputs.
Lib/ftplib.py