Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: Don't mangle strangely encoded input | Nils Philippsen | 2015-08-19 | 1 | -1/+2 |
| | | | | | | | | In Python 3, cgi.FieldStorage needs to know about encodings like shiftjis in order to decode it properly (in Python 2 it's simply not decoded at all). Fixes tests.test_wsgiwrappers.test_wsgirequest_charset | ||||
* | Python 3: App must always return binary type. | Nils Philippsen | 2015-08-19 | 1 | -0/+589 |
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset |