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 ramiroluz
Recipients SilentGhost, pje, ptn, ramiroluz, tarek
Date 2010-11-20.17:29:00
SpamBayes Score 0.00013091473
Marked as misclassified No
Message-id <1290274143.84.0.704702781304.issue5800@psf.upfronthosting.co.za>
In-reply-to
Content
I applied the patches for wsgiref.headers and test_headers.py, ran the test with runtests.sh test_headers.py and it passed.

I also tried the code in the description: 

>>> from wsgiref.headers import Headers
>>> headers = Headers()
>>> headers.add_header('Content-Type', 'text/plain')
>>>
History
Date User Action Args
2010-11-20 17:29:03ramiroluzsetrecipients: + ramiroluz, pje, tarek, ptn, SilentGhost
2010-11-20 17:29:03ramiroluzsetmessageid: <1290274143.84.0.704702781304.issue5800@psf.upfronthosting.co.za>
2010-11-20 17:29:00ramiroluzlinkissue5800 messages
2010-11-20 17:29:00ramiroluzcreate