]> granicus.if.org Git - python/commit
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
authorPhillip J. Eby <pje@telecommunity.com>
Wed, 3 Nov 2010 22:39:01 +0000 (22:39 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Wed, 3 Nov 2010 22:39:01 +0000 (22:39 +0000)
commitb6d4a8e4de715d7a7f1fa009f5b636643e76e292
tree8c3d0f29582a9191fe4819b2e25f843e7228fa5d
parent3c6830ca8f406e4a18843aa15186048877555e45
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.)
Doc/library/wsgiref.rst
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Lib/wsgiref/simple_server.py
Misc/NEWS