[issue10911] cgi: add more tests

Pierre Quentel report at bugs.python.org
Sat Jan 22 08:44:49 CET 2011


Pierre Quentel <pierre.quentel at gmail.com> added the comment:

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 ?

----------
nosy: +quentel

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


More information about the Python-bugs-list mailing list