summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPhillip J. Eby <pje@telecommunity.com>2010-11-03 22:39:01 (GMT)
committerPhillip J. Eby <pje@telecommunity.com>2010-11-03 22:39:01 (GMT)
commitb6d4a8e4de715d7a7f1fa009f5b636643e76e292 (patch)
tree8c3d0f29582a9191fe4819b2e25f843e7228fa5d /Misc/NEWS
parent3c6830ca8f406e4a18843aa15186048877555e45 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba5ba38..2b81371 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.