[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13399 ___

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2012-05-21 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 7d4098ce0087 by Éric Araujo in branch 'default': Tighten tests for #13399 http://hg.python.org/distutils2/rev/7d4098ce0087 -- ___ Python tracker rep...@bugs.python.org

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2012-05-16 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: 91ac9c36f09e is also related to this. pysetup --unknown-option silently does nothing and exits with 0. -- assignee: tarek - eric.araujo versions: +3rd party ___ Python tracker rep...@bugs.python.org

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2012-05-15 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 478700dd4f6c by Patrice Gauthier in branch 'default': #13399: Fixes the invalid arguments handling http://hg.python.org/distutils2/rev/478700dd4f6c New changeset fcfa635db609 by Patrice Gauthier in branch 'default':

[issue13399] Don't print traceback for unrecognized actions, commands and options in packaging

2011-11-14 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment: $ pysetup3.3 unknown_action Unrecognized action unknown_action Traceback (most recent call last): File /usr/lib64/python3.3/packaging/run.py, line 650, in main dispatcher = Dispatcher(args) File