]> granicus.if.org Git - python/commit
Issue22642 - Convert trace module's option handling mechanism from getopt to argparse.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 13 Jan 2016 15:46:54 +0000 (07:46 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 13 Jan 2016 15:46:54 +0000 (07:46 -0800)
commit436831dbe47e66afb0a4f5927859073015dbd4bb
tree8f3f718d5be42bc86ed5531f3a781ab28408c649
parent121edbf7e26ad0ac887ac4a2bf46316deb05737e
Issue22642 - Convert trace module's option handling mechanism from getopt to argparse.

Patch contributed by SilentGhost.
Lib/test/test_trace.py
Lib/trace.py