[issue14826] urllib2.urlopen fails to load URL

Stephen Thorne report at bugs.python.org
Sat Jul 7 23:55:02 CEST 2012


Stephen Thorne <stephen at thorne.id.au> added the comment:

Here is a patch that uses the same quoting logic in urllib.request.Request.__init__ as is used by urllib.request.URLopener.open()

----------
keywords: +patch
nosy: +jerub
versions: +Python 3.3 -Python 2.7
Added file: http://bugs.python.org/file26311/urllib-quote-14826.patch

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


More information about the Python-bugs-list mailing list