Ramiro Batista da Luz added the comment:
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
&g
Ramiro Batista da Luz added the comment:
I had write a suggested patch before seeing this message
http://bugs.python.org/issue10494#msg122047 from Alexander Belopolsky
(belopolsky).
Probably it will be discarded, but as I commented in the previous #issue10494,
the work was already done
Ramiro Batista da Luz added the comment:
New patch from the suggestions, probably it will be discarded (see
http://mail.python.org/pipermail/python-ideas/2010-October/008416.html)
But the work was already done. :P
--
Added file:
http://bugs.python.org/file19761
New submission from Ramiro Batista da Luz :
When someone run Demo/comparisons/regextest.py without arguments it waits for
lines to be inserted in the command line silently, until the EOF, or Ctrl+D in
Linux, is entered.
If the user read the file, editing or using cat Demo/comparisons
Ramiro Batista da Luz added the comment:
Suggested patch.
--
keywords: +patch
Added file:
http://bugs.python.org/file19759/issue10494_demo_regextest_usage_patch.diff
___
Python tracker
<http://bugs.python.org/issue10
New submission from Ramiro Batista da Luz :
When someone run Demo/comparisons/regextest.py without arguments it waits for
lines to be inserted in the command line silently, until the EOF, or Ctrl-D in
Linux, is entered.
If the user read the file, editing or using cat Demo/comparisons
Ramiro Batista da Luz added the comment:
I reviewed the texts, applied the patches, ran idle, edited
Demo/classes/Dates.py run module inside Idle. Generated the docs inside Doc,
with make html and reviewed the IDLE doc in
~/python/py3k/Doc/build/html/library/idle.html?highlight=idle
Only in
Ramiro Batista da Luz 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
>>>