Export to GitHub

pyaxel - issue #5

Patch for /pyaxel.py


Posted on Jul 9, 2013 by Quick Monkey

Repeated calls to urllib2.install_opener overwrite

urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())) urllib2.install_opener(urllib2.build_opener(urllib2.HTTPCookieProcessor()))

Presumably it was expected that the final opener will possess both ProxyHandler and HTTPCookieProcessor, instead it will only have the latter, as the opener created with ProxyHandler is replaced

is fixed in attached patch

Attachments

Status: New

Labels:
Type-Defect Priority-Medium