]> granicus.if.org Git - python/commit
#10424: argument names are now included in the missing argument message
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 16:34:07 +0000 (12:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 16:34:07 +0000 (12:34 -0400)
commitf97c59aaba2d93e48cbc6d25f7ff9f9c87f8d0b2
tree44fd2f7567db3c58d2bceb724defb040701bce61
parent8dd8d582e3c6d1dd80f5b958284fcb7260209bf3
#10424: argument names are now included in the missing argument message

Fix and initial test patch by Michele OrrĂ¹.
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS