cpython/Lib/wsgiref
Antoine Pitrou 77c1b382b7 Merged revisions 87797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87797 | antoine.pitrou | 2011-01-06 18:17:04 +0100 (jeu., 06 janv. 2011) | 4 lines

  Issue #3839: wsgiref should not override a Content-Length header set by
  the application.  Initial patch by Clovis Fabricio.
........
2011-01-06 17:19:05 +00:00
..
__init__.py
handlers.py Merged revisions 87797 via svnmerge from 2011-01-06 17:19:05 +00:00
headers.py fixed #5801: removed spurious empty lines in wsgiref 2010-02-23 05:53:05 +00:00
simple_server.py fixed #5801: removed spurious empty lines in wsgiref 2010-02-23 05:53:05 +00:00
util.py Merged revisions 87564 via svnmerge from 2010-12-29 06:30:19 +00:00
validate.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00