[issue10911] cgi: add more tests

2011-03-01 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue10911] cgi: add more tests

2011-03-01 Thread STINNER Victor
STINNER Victor added the comment: I commited your patch with minor changes (e.g. I kept f.close()) to Python 3.3 (r88700) and 3.2 (r88701). Thank you Pierre. -- ___ Python tracker

[issue10911] cgi: add more tests

2011-02-04 Thread Pierre Quentel
Pierre Quentel added the comment: I opened issue #11066 for the code refactoring -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue10911] cgi: add more tests

2011-01-29 Thread Pierre Quentel
Pierre Quentel added the comment: Here is the diff file for test_cgi.py I added a test for a multipart/form-data form with non ASCII data to test the "encoding" parameter of FieldStorage -- keywords: +patch Added file: http://bugs.python.org/file20611/test_cgi.diff ___

[issue10911] cgi: add more tests

2011-01-24 Thread R. David Murray
R. David Murray added the comment: Please keep new tests for existing features and new features in separate issues. A proposed code refactoring should also be a separate issue. -- nosy: +r.david.murray ___ Python tracker

[issue10911] cgi: add more tests

2011-01-24 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue10911] cgi: add more tests

2011-01-21 Thread Pierre Quentel
Pierre Quentel 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 clas

[issue10911] cgi: add more tests

2011-01-17 Thread STINNER Victor
STINNER Victor added the comment: See also #8846: Andre Wobst wrote other tests. -- nosy: +wobsta ___ Python tracker ___ ___ Python-b

[issue10911] cgi: add more tests

2011-01-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- type: -> feature request versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list

[issue10911] cgi: add more tests

2011-01-14 Thread STINNER Victor
New submission from STINNER Victor : cgi was recently fixed just before Python 3.2 final, but the module has few tests. More tests should be written. You can find some examples attached to #4953. -- components: Library (Lib), Tests messages: 126300 nosy: haypo priority: normal severity