]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Apr 2019 09:30:22 +0000 (02:30 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 09:30:22 +0000 (02:30 -0700)
(cherry picked from commit 2fb2bc81c3f40d73945c6102569495140e1182c7)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/urllib.request.rst

index 289bfcaebc3d7a64ff92b7c7d093a2c2ae3a96a8..1bc81e05b38b136ff843cba0e034f9ffd12f2730 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)