]> granicus.if.org Git - python/commitdiff
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
authorGregory P. Smith <greg@krypto.org>
Wed, 10 Apr 2019 09:17:48 +0000 (02:17 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 09:17:48 +0000 (02:17 -0700)
Doc/library/urllib.request.rst

index f56da1b341fec4e5eaa387bbe7c7e615c71691b2..14fa27bb08af207b358552d0a4a017b4498ea76b 100644 (file)
@@ -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)