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 serhiy.storchaka
Recipients bethard, cstratak, larry, ned.deily, r.david.murray, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.13:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476191772.9.0.0853699928735.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
No, this is not a regression in argparse itself, nor in regrtest (as Xiang pointed, original example is incorrect use). But I'm not sure about the support of options after positional arguments. This is dangerous feature. I'm going to investigate this further and find whether all is correct or needed some code or documentation changes.
History
Date User Action Args
2016-10-11 13:16:12serhiy.storchakasetrecipients: + serhiy.storchaka, bethard, vstinner, larry, ned.deily, r.david.murray, xiang.zhang, cstratak
2016-10-11 13:16:12serhiy.storchakasetmessageid: <1476191772.9.0.0853699928735.issue28409@psf.upfronthosting.co.za>
2016-10-11 13:16:12serhiy.storchakalinkissue28409 messages
2016-10-11 13:16:12serhiy.storchakacreate