]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 1.17:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:34:34 +0000 (06:34 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:34:34 +0000 (06:34 +0000)
commit98e931fccd29e629ea47636992fb423b995de6da
tree6f08f593d56a3766bf1c1a03eb3d32b0f7a39d4d
parentb9be51119063bd51e796445d864b0b5bb13bf355
backport 1.17:
Fix SF bug [ #447370 ] typo in urllib2.py
Also fix another bug caught by pychecker-- HTTPError() raised when
redirect limit exceed did not pass an fp object.  Had to change method
to keep fp object around until it's certain that the error won't be
raised.
Remove useless line in do_proxy().
Lib/urllib2.py