Message122323
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. |
|
Date |
User |
Action |
Args |
2010-11-25 01:33:04 | ramiroluz | set | recipients:
+ ramiroluz, pje, tarek, eric.araujo, ptn, SilentGhost |
2010-11-25 01:33:04 | ramiroluz | set | messageid: <1290648784.07.0.924566492667.issue5800@psf.upfronthosting.co.za> |
2010-11-25 01:32:58 | ramiroluz | link | issue5800 messages |
2010-11-25 01:32:58 | ramiroluz | create | |
|