]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
authorMartin Panter <vadmium+py@gmail.com>
Sun, 17 Apr 2016 02:17:03 +0000 (02:17 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 17 Apr 2016 02:17:03 +0000 (02:17 +0000)
commit50dd1f7dd68ed2f526adfebd5caa342e26da4517
tree675aa1607bb0e537ef86793c9d9735f177486817
parent06172e7bd4e19ab002069998e315cd32139f475b
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8

Patch by Anthony Sottile.
Lib/test/test_wsgiref.py
Lib/wsgiref/simple_server.py
Misc/ACKS
Misc/NEWS