[issue18338] python --version should send output to STDOUT

2018-03-24 Thread Stefan Sauer
Stefan Sauer added the comment: Sorry need to find the ticket for argparse .. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18338] python --version should send output to STDOUT

2018-03-24 Thread Stefan Sauer
Stefan Sauer added the comment: Is there a workaround for python2? The issue is that autotools is checking that installed tools support --help and --version and it expects those to stdout: bad=0; pid=$$; list="gtkdoc-check gtkdoc-depscan gtkdoc-fixxref gtkdoc-mkdb gtkdoc-mkhtml gtkdoc-mkhtml2

[issue18338] python --version should send output to STDOUT

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 587bdb940524 by Eli Bendersky in branch 'default': Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 http://hg.python.org/cpython/rev/587bdb940524 -- ___ Python tracker

[issue18338] python --version should send output to STDOUT

2013-07-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18338] python --version should send output to STDOUT

2013-07-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset e6384b8b2325 by Serhiy Storchaka in branch 'default': Issue #18338: `python --version` now prints version string to stdout, and http://hg.python.org/cpython/rev/e6384b8b2325 -- nosy: +python-dev ___ Pytho

[issue18338] python --version should send output to STDOUT

2013-07-09 Thread Michael Dickens
Michael Dickens added the comment: Patch for issue 18338. Changes output for --version and updates unit test accordingly. -- nosy: +MTGandP Added file: http://bugs.python.org/file30881/issue18338.diff ___ Python tracker

[issue18338] python --version should send output to STDOUT

2013-07-07 Thread Matthew Byrne
Matthew Byrne added the comment: Simply replced printout from stderr to stdout. -- nosy: +Matthew.Byrne Added file: http://bugs.python.org/file30848/issue18338.diff ___ Python tracker __

[issue18338] python --version should send output to STDOUT

2013-07-03 Thread Ramchandra Apte
Ramchandra Apte added the comment: No, I think that On 3 July 2013 16:06, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > LGTM. > > -- > nosy: +serhiy.storchaka > > ___ > Python tracker > > ___

[issue18338] python --version should send output to STDOUT

2013-07-03 Thread Ramchandra Apte
Ramchandra Apte added the comment: On 3 July 2013 15:16, Berker Peksag wrote: > > Berker Peksag added the comment: > > Here is a patch with an updated test. > > The -v flag also sends the output to stderr. Should that be fixed too? See > Modules/main.c:678 and Lib/test/test_cmd_line.py:l47 > >

[issue18338] python --version should send output to STDOUT

2013-07-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue18338] python --version should send output to STDOUT

2013-07-03 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch with an updated test. The -v flag also sends the output to stderr. Should that be fixed too? See Modules/main.c:678 and Lib/test/test_cmd_line.py:l47 -- keywords: +patch nosy: +berker.peksag stage: needs patch -> patch review Added file:

[issue18338] python --version should send output to STDOUT

2013-07-02 Thread Ramchandra Apte
Ramchandra Apte added the comment: > Your proposal is reasonable. I'm flagging it for Python 3.4+ as it's a > backward incompatible modification. Agree. -- nosy: +Ramchandra Apte ___ Python tracker __

[issue18338] python --version should send output to STDOUT

2013-07-01 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue18338] python --version should send output to STDOUT

2013-07-01 Thread STINNER Victor
Changes by STINNER Victor : -- title: option --version should send output to STDOUT -> python --version should send output to STDOUT ___ Python tracker ___ _