mirror of
https://github.com/python/cpython.git
synced 2025-08-21 17:25:34 +00:00
Merged revisions 76095 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76095 | georg.brandl | 2009-11-03 18:34:27 +0000 (Di, 03 Nov 2009) | 1 line #7256: add versionadded tags for functions copied from cgi. ........
This commit is contained in:
parent
1df6ffa01d
commit
3e13bd6630
1 changed files with 7 additions and 0 deletions
|
@ -121,6 +121,9 @@ The :mod:`urlparse` module defines the following functions:
|
||||||
Use the :func:`urllib.urlencode` function to convert such dictionaries into
|
Use the :func:`urllib.urlencode` function to convert such dictionaries into
|
||||||
query strings.
|
query strings.
|
||||||
|
|
||||||
|
.. versionadded:: 2.6
|
||||||
|
Copied from the :mod:`cgi` module.
|
||||||
|
|
||||||
|
|
||||||
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
|
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
|
||||||
|
|
||||||
|
@ -141,6 +144,10 @@ The :mod:`urlparse` module defines the following functions:
|
||||||
Use the :func:`urllib.urlencode` function to convert such lists of pairs into
|
Use the :func:`urllib.urlencode` function to convert such lists of pairs into
|
||||||
query strings.
|
query strings.
|
||||||
|
|
||||||
|
.. versionadded:: 2.6
|
||||||
|
Copied from the :mod:`cgi` module.
|
||||||
|
|
||||||
|
|
||||||
.. function:: urlunparse(parts)
|
.. function:: urlunparse(parts)
|
||||||
|
|
||||||
Construct a URL from a tuple as returned by ``urlparse()``. The *parts* argument
|
Construct a URL from a tuple as returned by ``urlparse()``. The *parts* argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue