summaryrefslogtreecommitdiff
path: root/paste/exceptions/collector.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: avoid spurious warningsNils Philippsen2015-09-091-1/+1
| | | | | The dict.has_keys() method doesn't exist anymore in python 3, check if the locals() object has a .keys() method instead.
* Python 3: App must always return binary type.Nils Philippsen2015-08-191-0/+523
Fixes tests.test_wsgiwrappers.test_wsgirequest_charset