This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients Cal.Leeming, demian.brecht, eric.araujo, karlcow, orsenthil, r.david.murray, santoso.wijaya, sleepycal, terry.reedy
Date 2013-03-03.04:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362285203.4.0.0620889354062.issue12455@psf.upfronthosting.co.za>
In-reply-to
Content
tests in http://hg.python.org/cpython/file/886df716cd09/Lib/test/test_wsgiref.py#l370 also checking that everything is case insensitive. 

And the method to get the headers in wsgiref, make sure they are lower-case
http://hg.python.org/cpython/file/886df716cd09/Lib/wsgiref/headers.py#l82
History
Date User Action Args
2013-03-03 04:33:23karlcowsetrecipients: + karlcow, terry.reedy, orsenthil, eric.araujo, r.david.murray, santoso.wijaya, sleepycal, Cal.Leeming, demian.brecht
2013-03-03 04:33:23karlcowsetmessageid: <1362285203.4.0.0620889354062.issue12455@psf.upfronthosting.co.za>
2013-03-03 04:33:23karlcowlinkissue12455 messages
2013-03-03 04:33:23karlcowcreate