]> granicus.if.org Git - python/commit
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Nov 2010 12:47:22 +0000 (12:47 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 2 Nov 2010 12:47:22 +0000 (12:47 +0000)
commitfca2e8aeb8e841a18c4b9d2954254b2a086a3d56
tree5139e39cd686fabb98dad2407c7df3b4a6d1c406
parentb68928bea70b0d9f33e0dc0a9c950291f8c65f15
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
Lib/argparse.py
Lib/test/test_argparse.py