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, eric.araujo, pje, ptn, ramiroluz, tarek
Date 2010-11-25.01:32:58
SpamBayes Score 7.225817e-05
Marked as misclassified No
Message-id <1290648784.07.0.924566492667.issue5800@psf.upfronthosting.co.za>
In-reply-to
Content
I reviewed the patch.

 - I applied all the patchs(3 files).
 - Ran make and make html in the Doc directory.
 - Ran the test_wsgiref.py
 - Ran the python interpreter and typed the suggested code:

>>> from wsgiref.headers import Headers
>>> headers = Headers([])
>>> headers.add_header('Content-Type', 'text/plain')
>>> headers = Headers()
>>> headers.add_header('Content-Type', 'text/plain')
>>> 

 - Read the documentation in a web browser.

All in the revision 86742.
History
Date User Action Args
2010-11-25 01:33:04ramiroluzsetrecipients: + ramiroluz, pje, tarek, eric.araujo, ptn, SilentGhost
2010-11-25 01:33:04ramiroluzsetmessageid: <1290648784.07.0.924566492667.issue5800@psf.upfronthosting.co.za>
2010-11-25 01:32:58ramiroluzlinkissue5800 messages
2010-11-25 01:32:58ramiroluzcreate