[issue18538] `python -m dis ` should use argparse

2013-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59f98b96607e by Nick Coghlan in branch 'default': Close #18538: ``python -m dis`` now uses argparse. http://hg.python.org/cpython/rev/59f98b96607e -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> close

[issue18538] `python -m dis ` should use argparse

2013-08-24 Thread Michele Orrù
Michele Orrù added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue18538] `python -m dis ` should use argparse

2013-07-28 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue18538] `python -m dis ` should use argparse

2013-07-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: `python -m dis ` relying on argparse -> `python -m dis ` should use argparse versions: +Python 3.4 -Python 3.5 ___ Python tracker ___ _

[issue18538] `python -m dis ` relying on argparse

2013-07-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue18538] `python -m dis ` relying on argparse

2013-07-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue18538] `python -m dis ` relying on argparse

2013-07-23 Thread Michele Orrù
Changes by Michele Orrù : -- keywords: +patch Added file: http://bugs.python.org/file31024/issue18538.patch ___ Python tracker ___ ___

[issue18538] `python -m dis ` relying on argparse

2013-07-23 Thread STINNER Victor
STINNER Victor added the comment: Please attach your patch separatly. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mail

[issue18538] `python -m dis ` relying on argparse

2013-07-23 Thread Michele Orrù
New submission from Michele Orrù: I feel a little bit embarassed for this patch; while reading the stdlib's Lib/dis.py file, I saw that the _test() function parses by itself sys.argv. I tried to clean it up using argparse; diff and "manual tests" attached. -- title: `python -m dis ` -

[issue18538] `python -m dis `

2013-07-23 Thread Michele Orrù
Changes by Michele Orrù : -- components: Library (Lib) nosy: maker priority: normal severity: normal status: open title: `python -m dis ` type: enhancement versions: Python 3.5 ___ Python tracker __