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 coldfix
Recipients coldfix, ncoghlan, nedbat, nikratio, xtreak
Date 2018-10-27.14:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540649448.69.0.788709270274.issue34624@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, thanks for the consideration!

Is there any reason to introduce different behaviour than with filterwarnings here? This increases the number of things to remember - and except for the dot regex syntax doesn't interfere with module names, so there is no big drawback here either.

More importantly, my main use case for filterwarnings would be to select/ignore warnings based on module *or package* name. With the current interpretation as exact module name, you have to list all submodules in advance, which is quite inhibiting.

I have fixed the `[.*]` bogus example in the PR.

Best, Thomas
History
Date User Action Args
2018-10-27 14:10:48coldfixsetrecipients: + coldfix, ncoghlan, nedbat, nikratio, xtreak
2018-10-27 14:10:48coldfixsetmessageid: <1540649448.69.0.788709270274.issue34624@psf.upfronthosting.co.za>
2018-10-27 14:10:48coldfixlinkissue34624 messages
2018-10-27 14:10:48coldfixcreate