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 orsenthil
Recipients brett.cannon, draghuram, dyoo, facundobatista, hdiogenes, orsenthil
Date 2008-08-14.20:25:53
SpamBayes Score 2.085e-06
Marked as misclassified No
Message-id <1218745565.83.0.353862691937.issue600362@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-08-14 20:26:06orsenthilsetrecipients: + orsenthil, facundobatista, dyoo, draghuram, hdiogenes, bcannon.historic
2008-08-14 20:26:05orsenthilsetmessageid: <1218745565.83.0.353862691937.issue600362@psf.upfronthosting.co.za>
2008-08-14 20:26:04orsenthillinkissue600362 messages
2008-08-14 20:26:03orsenthilcreate