Commit 2fb2bc81 authored by Gregory P. Smith's avatar Gregory P. Smith Committed by GitHub

bpo-14826: document that URLopener quotes fullurl. (GH-12758)

parent 750d74fa
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment