[issue600362] relocate cgi.parse_qs() into urlparse

Senthil report at bugs.python.org
Thu Aug 14 22:26:05 CEST 2008


Senthil <orsenthil at gmail.com> added the comment:

Hi Facundo,
This issue/comments somehow escaped from my noticed, initially. I have
addressed your comments in the new set of patches.

1) Previous patch Docs had issues. Updated the Docs patch.
2) Included message in cgi.py about parse_qs, parse_qsl being present
for backward compatiblity.
3) The reason, py26 version of patch has quote function from urllib is
to avoid circular reference. urllib import urlparse for urljoin method.
So only way for us use quote is to have that portion of code in the
patch as well.

Please have a look the patches. 
As this request has been present from a long time ( 2002-08-26 !), is it
possible to include this change in b3?

Thanks,
Senthil

Added file: http://bugs.python.org/file11116/issue600362-py26-v2.diff

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


More information about the Python-bugs-list mailing list