summaryrefslogtreecommitdiff
path: root/paste/exceptions/formatter.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: dict.items() doesn't return a list anymoreNils Philippsen2015-11-121-2/+2
| | | | | Use sorted() instead, which works on lists as well as dict_items objects.
* Python 3: App must always return binary type.Nils Philippsen2015-08-191-0/+565
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset