summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2008-09-03 22:49:01 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2008-09-03 22:49:01 (GMT)
commitc469d4c3aa0a66579d1927f0e5d9630b3ea4024f (patch)
tree991fd708a1cad2f61d7ef86eceda43906c06d8de /Misc
parent849f79a5d63deff924e1c62385af0441ee099bcf (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eca0a17..16573d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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