This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Copy cgi.parse_qs() to urllib.parse
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: relocate cgi.parse_qs() into urlparse
View: 600362
Assigned To: Nosy List: brett.cannon, orsenthil
Priority: normal Keywords:

Created on 2008-05-12 03:37 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg66703 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-12 03:37
cgi.parse_qs() really belongs more in urllib.parse. Move it so that people 
no longer have to import cgi just for that one function.
msg69009 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2008-06-30 16:40
This is addressed in issue600362.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47078
2008-06-30 16:58:38benjamin.petersonsetstatus: open -> closed
resolution: duplicate
superseder: relocate cgi.parse_qs() into urlparse
2008-06-30 16:40:58orsenthilsetnosy: + orsenthil
messages: + msg69009
2008-05-12 03:38:08brett.cannonsetassignee: brett.cannon ->
2008-05-12 03:37:39brett.cannoncreate