[issue18973] Use argparse in the calendar module

2015-11-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f8b5053e30d by Serhiy Storchaka in branch 'default': Issue #18973: Command-line interface of the calendar module now uses argparse https://hg.python.org/cpython/rev/9f8b5053e30d -- nosy: +python-dev ___

[issue18973] Use argparse in the calendar module

2015-11-01 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Serhiy, welcome. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18973] Use argparse in the calendar module

2015-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you SilentGhost and Stéphane for your review. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue18973] Use argparse in the calendar module

2015-11-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___

[issue18973] Use argparse in the calendar module

2015-10-28 Thread SilentGhost
Changes by SilentGhost : -- versions: +Python 3.6 -Python 3.4 ___ Python tracker ___ ___

[issue18973] Use argparse in the calendar module

2015-10-28 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Serhiy, I just reviewed your patch, works fine with 3.6. -- nosy: +matrixise ___ Python tracker ___

[issue18973] Use argparse in the calendar module

2013-09-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which replaces optparse to argparse in the calendar modules. -- components: Library (Lib) messages: 197264 nosy: bethard, rhettinger, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Use

[issue18973] Use argparse in the calendar module

2013-09-08 Thread Vajrasky Kok
Vajrasky Kok added the comment: I don't see any patches. You forgot to upload the patch? -- nosy: +vajrasky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18973 ___

[issue18973] Use argparse in the calendar module

2013-09-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: You forgot to upload the patch? Again. -- keywords: +patch Added file: http://bugs.python.org/file31670/calendar_argparse.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18973

[issue18973] Use argparse in the calendar module

2013-09-08 Thread R. David Murray
R. David Murray added the comment: I think it is highly inadvisable to make changes like this without also adding tests. We broke compileall by doing this even though we *did* add tests. -- nosy: +r.david.murray ___ Python tracker

[issue18973] Use argparse in the calendar module

2013-09-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Good point. See issue18982. -- dependencies: +Add tests for CLI of the calendar module ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18973 ___