This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maker
Recipients bethard, ezio.melotti, maker
Date 2010-11-20.00:06:59
SpamBayes Score 0.00036146803
Marked as misclassified No
Message-id <1290211623.09.0.358830290312.issue10424@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch solves this issue.

I haven't added any unittest because test_argparse.py is quite huge - over 4300 lines-, and I was undecided between «ArgumentError tests» (4251) and «ArgumentTypeError tests» (4262). Any hint?
However, file bug10424.py reproduces this bug.
History
Date User Action Args
2010-11-20 00:07:03makersetrecipients: + maker, bethard, ezio.melotti
2010-11-20 00:07:03makersetmessageid: <1290211623.09.0.358830290312.issue10424@psf.upfronthosting.co.za>
2010-11-20 00:06:59makerlinkissue10424 messages
2010-11-20 00:06:59makercreate