[issue5800] make wsgiref.headers.Headers accept empty constructor

2010-11-24 Thread Ramiro Batista da Luz
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

[issue10495] Demo/comparisons/sortingtest.py needs some usage information.

2010-11-21 Thread Ramiro Batista da Luz
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

[issue10494] Demo/comparisons/regextest.py needs some usage information.

2010-11-21 Thread Ramiro Batista da Luz
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

[issue10495] Demo/comparisons/sortingtest.py needs some usage information.

2010-11-21 Thread Ramiro Batista da Luz
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

[issue10494] Demo/comparisons/regextest.py needs some usage information.

2010-11-21 Thread Ramiro Batista da Luz
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

[issue10494] Demo/comparisons/regextest.py needs some usage information.

2010-11-21 Thread Ramiro Batista da Luz
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

[issue5066] IDLE documentation for Unix obsolete/incorrect

2010-11-20 Thread Ramiro Batista da Luz
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

[issue5800] make wsgiref.headers.Headers accept empty constructor

2010-11-20 Thread Ramiro Batista da Luz
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 >>>