summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorjhance <jhance@users.noreply.github.com>2020-06-03 16:23:20 -0400
committerGitHub <noreply@github.com>2020-06-03 21:23:20 +0100
commit11fec3e77f3212494f8f83052168c1e71ddbf0a4 (patch)
treefe480a575ae80e75346471b20af61ec8b4aeb723 /docs/news.txt
parent93602a320c2f115a3fcad69f9b6e62fc8a99ad88 (diff)
downloadpaste-git-11fec3e77f3212494f8f83052168c1e71ddbf0a4.tar.gz
Make next handling in wsgilib more py3-compatible (#53)
If the app-iterator being passed in is not defining `next()` (e.g. running under py3 and only defined `__next__`), this will currently crash. Fix by using `six.next` which will use `__next__` or `next` as appropriate.
Diffstat (limited to 'docs/news.txt')
0 files changed, 0 insertions, 0 deletions