This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author facundobatista
Recipients brett.cannon, draghuram, dyoo, facundobatista, hdiogenes, orsenthil
Date 2008-07-02.14:59:27
SpamBayes Score 0.0038630054
Marked as misclassified No
Message-id <1215010840.76.0.788620148864.issue600362@psf.upfronthosting.co.za>
In-reply-to
Content
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!!
History
Date User Action Args
2008-07-02 15:00:42facundobatistasetspambayes_score: 0.00386301 -> 0.0038630054
recipients: + facundobatista, dyoo, orsenthil, draghuram, hdiogenes, bcannon.historic
2008-07-02 15:00:41facundobatistasetspambayes_score: 0.00386301 -> 0.00386301
messageid: <1215010840.76.0.788620148864.issue600362@psf.upfronthosting.co.za>
2008-07-02 15:00:39facundobatistalinkissue600362 messages
2008-07-02 14:59:33facundobatistacreate