classification
Title: Copy cgi.parse_qs() to urllib.parse
Type: feature request 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 (2)
Priority: normal Keywords

Created on 2008-05-12 03:37 by brett.cannon, last changed 2008-06-30 16:58 by benjamin.peterson.

Messages (2)
msg66703 - (view) Author: Brett Cannon (brett.cannon) 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) Date: 2008-06-30 16:40
This is addressed in issue600362.
History
Date User Action Args
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