8000 bpo-14826: document that URLopener quotes fullurl. (GH-12758) · python/cpython@2fb2bc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fb2bc8

Browse files
authored
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
1 parent 750d74f commit 2fb2bc8

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)
0