]> granicus.if.org Git - python/commit
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
authorFacundo Batista <facundobatista@gmail.com>
Wed, 3 Sep 2008 22:49:01 +0000 (22:49 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 3 Sep 2008 22:49:01 +0000 (22:49 +0000)
commitc469d4c3aa0a66579d1927f0e5d9630b3ea4024f
tree991fd708a1cad2f61d7ef86eceda43906c06d8de
parent849f79a5d63deff924e1c62385af0441ee099bcf
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one.  Added a DeprecationWarning in the old module, it
will be deprecated in the future.  Docs and tests updated.
Doc/library/cgi.rst
Doc/library/urllib.parse.rst
Lib/cgi.py
Lib/test/test_cgi.py
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS