Ramiro Batista da Luz <ramiro...@gmail.com> added the comment:

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')
>>>

----------
nosy: +ramiroluz

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to