diff options
author | Facundo Batista <facundobatista@gmail.com> | 2008-09-03 22:49:01 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2008-09-03 22:49:01 (GMT) |
commit | c469d4c3aa0a66579d1927f0e5d9630b3ea4024f (patch) | |
tree | 991fd708a1cad2f61d7ef86eceda43906c06d8de /Misc | |
parent | 849f79a5d63deff924e1c62385af0441ee099bcf (diff) | |
download | cpython-c469d4c3aa0a66579d1927f0e5d9630b3ea4024f.zip cpython-c469d4c3aa0a66579d1927f0e5d9630b3ea4024f.tar.gz cpython-c469d4c3aa0a66579d1927f0e5d9630b3ea4024f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ C API Library ------- +- 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. + - The bsddb module has been removed. - Issue #3719: platform.architecture() fails if there are spaces in the |