mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Whitespace normalization.
This commit is contained in:
parent
b61ff2982a
commit
0e6d213177
4 changed files with 6 additions and 7 deletions
|
@ -201,7 +201,7 @@ class URLopener(urllib.FancyURLopener):
|
|||
self.errcode = 200
|
||||
self.tries = 0
|
||||
self.maxtries = 10
|
||||
|
||||
|
||||
def http_error_default(self, url, fp, errcode, errmsg, headers):
|
||||
self.errcode = errcode
|
||||
return urllib.FancyURLopener.http_error_default(self, url, fp, errcode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue