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 quentel
Recipients quentel, vstinner, wobsta
Date 2011-01-22.07:44:47
SpamBayes Score 7.799817e-10
Marked as misclassified No
Message-id <1295682289.98.0.811258985172.issue10911@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I have written more tests, but also propose changes to cgi.py : 
- rewrite the parse_qs() and parse_multipart() functions so that they use FieldStorage methods instead of duplicating them
- add a function set_stdout_encoding(encoding), using the IOMix class proposed by Glen Linderman in issue #4953

Should I post the new version of test_cgi.py here and open another issue for the other proposed changes to cgi.py, or use this issue to discuss both ?
History
Date User Action Args
2011-01-22 07:44:50quentelsetrecipients: + quentel, vstinner, wobsta
2011-01-22 07:44:49quentelsetmessageid: <1295682289.98.0.811258985172.issue10911@psf.upfronthosting.co.za>
2011-01-22 07:44:48quentellinkissue10911 messages
2011-01-22 07:44:47quentelcreate