]> granicus.if.org Git - python/commitdiff
[Merge Branch] Issue #11968 - the start_response header values in wsgiref shoudl be
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:37:50 +0000 (22:37 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:37:50 +0000 (22:37 +0800)
str not bytes. The PEP-0333 says that and test_wsgiref follows the same.
Updated docs accordingly.


Trivial merge