projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7b748
)
Merged revision 81259 via svnmerge from
author
Florent Xicluna
<florent.xicluna@gmail.com>
Mon, 17 May 2010 17:24:07 +0000
(17:24 +0000)
committer
Florent Xicluna
<florent.xicluna@gmail.com>
Mon, 17 May 2010 17:24:07 +0000
(17:24 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81259 | florent.xicluna | 2010-05-17 12:39:07 +0200 (lun, 17 mai 2010) | 2 lines
Slight style cleanup.
........
Lib/urllib/request.py
patch
|
blob
|
history
diff --git
a/Lib/urllib/request.py
b/Lib/urllib/request.py
index c701360c9451caec4bf85a454b1a2b050a7d606c..c912833cb581aaf42bddffb09ca670d8ec7ea7f7 100644
(file)
--- a/
Lib/urllib/request.py
+++ b/
Lib/urllib/request.py
@@
-1965,7
+1965,7
@@
class FancyURLopener(URLopener):
else:
return self.open(newurl, data)
- def get_user_passwd(self, host, realm, clear_cache
=
0):
+ def get_user_passwd(self, host, realm, clear_cache
=
0):
key = realm + '@' + host.lower()
if key in self.auth_cache:
if clear_cache: