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 nedbat
Recipients coldfix, ncoghlan, nedbat, nikratio, xtreak
Date 2018-10-27.13:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540647969.96.0.788709270274.issue34624@psf.upfronthosting.co.za>
In-reply-to
Content
Another option is to make clear in the docs that the command line does not accept regular expressions, but only literal module names, and raise an error if a non-importable name (for example with asterisks in it) is specified.

And while we are here: the docs show "error:::mymodule[.*]" which doesn't even make sense as a regex!
History
Date User Action Args
2018-10-27 13:46:10nedbatsetrecipients: + nedbat, ncoghlan, nikratio, xtreak, coldfix
2018-10-27 13:46:09nedbatsetmessageid: <1540647969.96.0.788709270274.issue34624@psf.upfronthosting.co.za>
2018-10-27 13:46:09nedbatlinkissue34624 messages
2018-10-27 13:46:09nedbatcreate