Kaydet (Commit) 5b1b33c7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix another case where...

üst 58055847
......@@ -144,6 +144,7 @@ class URLopener:
if self.tempcache and self.tempcache.has_key(url):
return self.tempcache[url]
url1 = unwrap(url)
self.openedurl = url1
if self.tempcache and self.tempcache.has_key(url1):
self.tempcache[url] = self.tempcache[url1]
return self.tempcache[url1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment