summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/form.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: add workarounds for cgi.FieldStorageNils Philippsen2015-08-201-1/+58
| | | | | | | cgi.FieldStorage keeps some keys as str, some as the repr() of the byte-encoded key, duh. Fixes (well...): tests.test_cgiapp.test_form
* Fix test_cgiapp on Python 3Victor Stinner2015-04-211-5/+5
|
* Moved cgiapp testsianb2005-08-221-0/+12