diff options
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r-- | Lib/urllib2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py index 063e53dc04f..8481bbdac2f 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -452,7 +452,7 @@ class HTTPRedirectHandler(BaseHandler): new.error_302_dict[newurl] = newurl # Don't close the fp until we are sure that we won't use it - # with HTTPError. + # with HTTPError. fp.read() fp.close() |