[issue600362] relocate cgi.parse_qs() into urlparse

Facundo Batista report at bugs.python.org
Wed Jul 2 17:00:41 CEST 2008


Facundo Batista <facundo at taniquetil.com.ar> added the comment:

Hi Senthil, some details:

- You should not withdraw the parse_qsl from cgi.rst (btw, why didn't
you extracted also the parse_qs one?), but put a Deprecation message,
saying that the user should use it from the urlparse module.

- In cgi.py, in the added message "parse query string functions called
from urlparse", you should say that this is for backward compatibility
reasons.

- You defined an "unquote" function in urlparse.py. Isn't this function
the same that already exists in urllib? Why can't you just use that one?

Thank you!!

----------
assignee:  -> facundobatista
nosy: +facundobatista

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue600362>
_______________________________________


More information about the Python-bugs-list mailing list