diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2010-11-03 22:39:01 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2010-11-03 22:39:01 (GMT) |
commit | b6d4a8e4de715d7a7f1fa009f5b636643e76e292 (patch) | |
tree | 8c3d0f29582a9191fe4819b2e25f843e7228fa5d /Misc/NEWS | |
parent | 3c6830ca8f406e4a18843aa15186048877555e45 (diff) | |
download | cpython-b6d4a8e4de715d7a7f1fa009f5b636643e76e292.zip cpython-b6d4a8e4de715d7a7f1fa009f5b636643e76e292.tar.gz cpython-b6d4a8e4de715d7a7f1fa009f5b636643e76e292.tar.bz2 |
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
docs and support for more client-generated CGI variables. (This should
complete the WSGI 1.0.1 compliance changes for Python 3.x.)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ Core and Builtins Library ------- +- Issue #10155: Add IISCGIHandler to wsgiref.handlers to support IIS + CGI environment better, and to correct unicode environment values + for WSGI 1.0.1. + - Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER response, instead of raising an exception. |