]> granicus.if.org Git - python/commit
Issue #11968 - the start_response header values in wsgiref shoudl be str not
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:34:59 +0000 (22:34 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 14:34:59 +0000 (22:34 +0800)
commit57e6eac9056982bc6f4f18da0b6efacd1a19e3ae
tree2bc1b21f3e53b3a124f176d48354d9034639df09
parentdd2e94d80c4f291a7d382db5756efd8ec26aa9e7
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