Skip to content

Commit

Permalink
bpo-14826: document that URLopener quotes fullurl. (pythonGH-12758)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead authored Apr 10, 2019
1 parent 750d74f commit 2fb2bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/library/urllib.request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2fb2bc8

Please sign in to comment.