[issue2829] Copy cgi.parse_qs() to urllib.parse

Brett Cannon report at bugs.python.org
Mon May 12 05:37:40 CEST 2008


New submission from Brett Cannon <brett at python.org>:

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.

----------
assignee: brett.cannon
components: Library (Lib)
messages: 66703
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Copy cgi.parse_qs() to urllib.parse
type: feature request
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2829>
__________________________________


More information about the Python-bugs-list mailing list