]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Catch *all* errors that ftplib can raise (ftplib.all_errors) rather
authorGuido van Rossum <guido@python.org>
Fri, 6 Jun 1997 17:44:07 +0000 (17:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Jun 1997 17:44:07 +0000 (17:44 +0000)
commit2966b322055158184eebc72bb892ef2ccc42f0d2
treec54885a1190eb242438ca0ce8fa4d4ac0f15fe71
parent0318fd6050fb5914fdcc1fa88cce80251481d8cf
Catch *all* errors that ftplib can raise (ftplib.all_errors) rather
than just the four.

Also folded some long lines.
Lib/urllib.py