commit | 77c1b382b76ba90acc570a4194521d6bd4425bac | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 17:19:05 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 06 17:19:05 2011 +0000 |
tree | fad679c28e1bbdabf36efb783b6bbe427c71fc9e | |
parent | 9f41bb325b4f5db695d1ea25649d1fd1e809b2bf [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. ........