commit | 59bf738874d2582ca37e49c162a18ef20442177e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 17:18:32 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 17:18:32 2011 +0000 |
tree | fbb41d7a287694932f1e16338399ed36178924ff | |
parent | 6e7d711d2a54087051e215f85115528a346c25d1 [diff] |
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. ........