]> granicus.if.org Git - python/commit
Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:27:26 +0000 (22:27 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:27:26 +0000 (22:27 +0800)
commit61b5efc2b93eefc01dc36bd551880bda197f2dae
treef65a5a13ef5987fc294432784a6a4b2af8032f93
parent4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97
Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be
str not bytes. The PEP-0333 says that and test_wsgiref follows the same.
Updated docs accordingly.
Doc/library/wsgiref.rst