summaryrefslogtreecommitdiff
path: root/paste/exceptions/errormiddleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Wsgi.errors is text (#62)Dave Brondsema2020-10-121-3/+1
| | | | | * Update next() to work with py3 * wsgi.errors is supposed to be text, fixes ErrorMiddleware on py3
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+466
See https://www.python.org/dev/peps/pep-0479/