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 zach.ware
Recipients bethard, chriz, eric.araujo, ned.deily, pwil3058, python-dev, tshepang, vinay.sajip, zach.ware
Date 2016-08-19.18:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471631762.01.0.635635189669.issue12713@psf.upfronthosting.co.za>
In-reply-to
Content
There's a bug in this patch, first reported at https://github.com/python/benchmarks/issues/1

Attached patch causes test_parse_args_abbreviation to show the failure:

test.test_argparse.ArgumentParserError: ('SystemExit', '', "usage: PROG [-h] [--foo] bar {1,2,3,lost,long,longer} ...\nPROG: error: ambiguous choice: 'long' could match long, longer\n")
History
Date User Action Args
2016-08-19 18:36:02zach.waresetrecipients: + zach.ware, vinay.sajip, bethard, ned.deily, eric.araujo, pwil3058, tshepang, python-dev, chriz
2016-08-19 18:36:02zach.waresetmessageid: <1471631762.01.0.635635189669.issue12713@psf.upfronthosting.co.za>
2016-08-19 18:36:01zach.warelinkissue12713 messages
2016-08-19 18:36:01zach.warecreate