[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 ___ _