Issue 2829: Copy cgi.parse_qs() to urllib.parse (original) (raw)

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 .
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47078
2008-06-30 16:58:38 benjamin.peterson set status: open -> closedresolution: duplicatesuperseder: relocate cgi.parse_qs() into urlparse
2008-06-30 16:40:58 orsenthil set nosy: + orsenthilmessages: +
2008-05-12 03:38:08 brett.cannon set assignee: brett.cannon ->
2008-05-12 03:37:39 brett.cannon create