Message121690
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')
>>> |
|
Date |
User |
Action |
Args |
2010-11-20 17:29:03 | ramiroluz | set | recipients:
+ ramiroluz, pje, tarek, ptn, SilentGhost |
2010-11-20 17:29:03 | ramiroluz | set | messageid: <1290274143.84.0.704702781304.issue5800@psf.upfronthosting.co.za> |
2010-11-20 17:29:00 | ramiroluz | link | issue5800 messages |
2010-11-20 17:29:00 | ramiroluz | create | |
|