]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
authorFacundo Batista <facundobatista@gmail.com>
Wed, 3 Sep 2008 22:35:50 +0000 (22:35 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 3 Sep 2008 22:35:50 +0000 (22:35 +0000)
commitc585df94766702ac6d6f3f0d27ad5d07e5546164
treefafe4eb0d5bc1d5e6935ab4baf0f203d833d7ccd
parent69acb43327be1ee4dd19c4df3dc67668ebaa2d66
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one.  Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future.  Docs and tests updated.
Doc/library/cgi.rst
Doc/library/urllib.rst
Doc/library/urlparse.rst
Lib/cgi.py
Lib/test/test_cgi.py
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS