[issue18543] urllib.parse.urlopen shouldn't ignore installed opener when called with any ca* argument

David Ford (FirefighterBlu3) report at bugs.python.org
Sat Jul 4 19:59:36 CEST 2015


David Ford (FirefighterBlu3) added the comment:

In my quest for completeness, I discovered a lack of handling given HTTP->HTTPS redirect. So I've attached another version of this patch which ensures an HTTPS handler is installed if such a redirect is found.

----------
Added file: http://bugs.python.org/file39863/urllib.request.py-do-not-overwrite-existing-opener.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18543>
_______________________________________


More information about the Python-bugs-list mailing list