[issue18974] Use argparse in the diff script

2014-07-15 Thread Raymond Hettinger
Raymond Hettinger added the comment: Approved. Go ahead and apply this. -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974 ___

[issue18974] Use argparse in the diff script

2014-07-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08b3ee523577 by Serhiy Storchaka in branch 'default': Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. http://hg.python.org/cpython/rev/08b3ee523577 -- nosy: +python-dev ___

[issue18974] Use argparse in the diff script

2014-07-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Raymond. -- resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974 ___

[issue18974] Use argparse in the diff script

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974 ___

[issue18974] Use argparse in the diff script

2013-09-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974 ___ ___ Python-bugs-list

[issue18974] Use argparse in the diff script

2013-09-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which replaces optparse to argparse in the Tools/scripts/diff.py script. -- components: Demos and Tools files: diff_argparse.patch keywords: patch messages: 197269 nosy: serhiy.storchaka priority: normal severity: normal stage:

[issue18974] Use argparse in the diff script

2013-09-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +bethard ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974 ___ ___ Python-bugs-list