[issue14826] urlopen URL with unescaped space

Gregory P. Smith report at bugs.python.org
Wed Apr 10 05:08:05 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

urllib.request.URLopener() and FancyURLopener() automatically quote() URLs for the user.  Those APIs are marked deprecated since 3.3 but have no timeline for removal.

urllib.request.urlopen() does not use those, so URLs passed in are not auto-quoted.

i'll clarify the docs for URLopener.

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list