Skip to content

Commit 9d2ccf1

Browse files
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
(cherry picked from commit 2fb2bc8) Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 796698a commit 9d2ccf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/urllib.request.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ some point in the future.
14351435
The *data* argument has the same meaning as the *data* argument of
14361436
:func:`urlopen`.
14371437

1438+
This method always quotes *fullurl* using :func:`~urllib.parse.quote`.
14381439

14391440
.. method:: open_unknown(fullurl, data=None)
14401441

0 commit comments

Comments
 (0)