summaryrefslogtreecommitdiff
path: root/paste/wsgiwrappers.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: Don't mangle strangely encoded inputNils Philippsen2015-08-191-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 Philippsen2015-08-191-0/+589
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset