]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68205-68206 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 18:57:08 +0000 (18:57 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 18:57:08 +0000 (18:57 +0000)
commita411b5010b516699bf4ed4db99032aa8514b1cac
tree1861167ab9c19ce150bc3cdbba5700684530fcdb
parent4c8aa715664c84e9cf72457fdb6d3a631104a81c
Merged revisions 68205-68206 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68205 | antoine.pitrou | 2009-01-03 19:41:49 +0100 (sam., 03 janv. 2009) | 4 lines

  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
........
  r68206 | antoine.pitrou | 2009-01-03 19:49:41 +0100 (sam., 03 janv. 2009) | 3 lines

  Actually make test_wsgiref independent from the Python version.
........
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