[issue11678] Add support for Arch Linux to platform.linux_distributions()

2011-03-28 Thread Westley Martínez
Westley Martínez added the comment: ('arch', '', '') -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

2011-03-28 Thread Jeff Ramnani
Jeff Ramnani added the comment: I've reviewed your patch and it looks good. I appreciate the review and cleanup. The tests succeed for me after applying your patch. I also tested with PYTHONOPTIMIZE and PYTHONDONTWRITEBYTECODE and got the output I expected. --

[issue11676] imp.load_module and submodules - doc issue, or bug?

2011-03-28 Thread Andreas Stührk
Changes by Andreas Stührk : -- nosy: +Trundle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Rogi
Rogi added the comment: @mhammond You said: "The docs are wrong regardless - I don't think anyone would suggest the behaviour match the docs regarding SystemError - having Py_Main return on SystemError would be backwards incompatible." but teh problem is:

[issue11708] argparse: suggestion for formatting optional positional args

2011-03-28 Thread Peter Williams
New submission from Peter Williams : At present, if a number (e.g. 2) of optional positional arguments are defined (e.g. arg1 and arg2) argparse formats them as follows: usage: program [arg1] [arg2] in the usage message. I would like to suggest that a better format would be: usage: program [a

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Mark Hammond
Mark Hammond added the comment: > What teh docs says currently about SystemError calling > exit() is just _WRONG_. Correct - the docs should be fixed - which is what this bug is currently addressing (see the "Components" and "Assigned To" fields) > Also, I am not asking for a new feature. I'

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Rogi
Rogi added the comment: Fair. Still I dont liek it very much. I will return! -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Mark Hammond
Mark Hammond added the comment: For completeness, here is a doc patch against 2.6 which corrects the documentation. -- keywords: +patch Added file: http://bugs.python.org/file21447/bug-6498.patch ___ Python tracker

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Mark Hammond
Changes by Mark Hammond : -- keywords: +needs review -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Rogi
Rogi added the comment: I may be wrong, but I think Py_Main() will _never_ return 1. -- ___ Python tracker ___ ___ Python-bugs-list ma

<    1   2