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

2011-03-28 Thread Westley Martínez
Westley Martínez aniko...@gmail.com added the comment: ('arch', '', '') -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11678 ___ ___

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

2011-03-28 Thread Jeff Ramnani
Jeff Ramnani j...@jefframnani.com 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 andy-pyt...@hammerhartes.de: -- nosy: +Trundle ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11676 ___ ___

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Rogi
Rogi r...@linuxmail.org 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

[issue11708] argparse: suggestion for formatting optional positional args

2011-03-28 Thread Peter Williams
New submission from Peter Williams pwil3...@bigpond.net.au: 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

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Mark Hammond
Mark Hammond skippy.hamm...@gmail.com 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

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Rogi
Rogi r...@linuxmail.org added the comment: Fair. Still I dont liek it very much. I will return! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6498 ___

[issue6498] Py_Main() does not return on SystemExit

2011-03-28 Thread Mark Hammond
Mark Hammond skippy.hamm...@gmail.com 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 skippy.hamm...@gmail.com: -- keywords: +needs review -patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6498 ___ ___

<    1   2