From: Gregory P. Smith Date: Wed, 10 Apr 2019 09:17:48 +0000 (-0700) Subject: bpo-14826: document that URLopener quotes fullurl. (GH-12758) X-Git-Tag: v3.8.0a4~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb2bc81c3f40d73945c6102569495140e1182c7;p=python bpo-14826: document that URLopener quotes fullurl. (GH-12758) --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index f56da1b341..14fa27bb08 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1435,6 +1435,7 @@ some point in the future. The *data* argument has the same meaning as the *data* argument of :func:`urlopen`. + This method always quotes *fullurl* using :func:`~urllib.parse.quote`. .. method:: open_unknown(fullurl, data=None)