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 vstinner
Recipients bethard, cstratak, larry, ned.deily, r.david.murray, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.13:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476192975.23.0.327380874494.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
Xiang: "This regression is introduced in 4df2d43e995d."

Sorry, my commit message is very short.

I made this change because I was very annoying of getting "unknown test -m" and "unknown test test_access" when using the -m option to filter tests:

   ./python -m test test_os -m test_access

It's annoying to have to type:

   ./python -m test -m test_access test_os

By the way, it seems weird to have two consecutive -m with two different meanings ;-)

I didn't expect any regression, since argparse is smart to parse arguments. If something is wrong, I wouldn't call it a bug in argparse, but a bug in regrtest, how regrtest uses argparse.
History
Date User Action Args
2016-10-11 13:36:15vstinnersetrecipients: + vstinner, bethard, larry, ned.deily, r.david.murray, serhiy.storchaka, xiang.zhang, cstratak
2016-10-11 13:36:15vstinnersetmessageid: <1476192975.23.0.327380874494.issue28409@psf.upfronthosting.co.za>
2016-10-11 13:36:15vstinnerlinkissue28409 messages
2016-10-11 13:36:15vstinnercreate