]> granicus.if.org Git - python/commit
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 18:41:49 +0000 (18:41 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 18:41:49 +0000 (18:41 +0000)
commit38a66adccbef4a2b2e0ad57024a2398939f47ec2
treeb5663d1f8cd3f844cddba6794d0cbc262c5cc4db
parentffe431d8bda82db8e478930fc46a0764fcbe879b
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
in accordance with http://www.wsgi.org/wsgi/Amendments_1.0
Doc/library/wsgiref.rst
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Lib/wsgiref/headers.py
Lib/wsgiref/simple_server.py
Lib/wsgiref/util.py
Lib/wsgiref/validate.py
Misc/NEWS