This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients antlong, christian.heimes, eric.araujo, gregory.p.smith, jerub, martin.panter, orsenthil, pitrou, python-dev, rosslagerwall, wichert
Date 2019-04-10.09:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554887285.15.0.965588352182.issue14826@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-10 09:08:05gregory.p.smithsetrecipients: + gregory.p.smith, orsenthil, pitrou, jerub, christian.heimes, wichert, eric.araujo, antlong, rosslagerwall, python-dev, martin.panter
2019-04-10 09:08:05gregory.p.smithsetmessageid: <1554887285.15.0.965588352182.issue14826@roundup.psfhosted.org>
2019-04-10 09:08:05gregory.p.smithlinkissue14826 messages
2019-04-10 09:08:05gregory.p.smithcreate