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 nikratio
Recipients nikratio
Date 2018-10-07.10:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538908217.47.0.545547206417.issue34920@psf.upfronthosting.co.za>
In-reply-to
Content
According to https://docs.python.org/3/library/warnings.html#describing-warning-filters:

"The meaning of each of these fields [of PYTHONWARNINGS] is as described in <The Warnings Filter>."

The description of the "The Warnings filter" says

"module is a string containing a regular expression that the module name must match."

However, when parsing PYTHONWARNINGS, the warnings module explicitly escapes the module field.
History
Date User Action Args
2018-10-07 10:30:17nikratiosetrecipients: + nikratio
2018-10-07 10:30:17nikratiosetmessageid: <1538908217.47.0.545547206417.issue34920@psf.upfronthosting.co.za>
2018-10-07 10:30:17nikratiolinkissue34920 messages
2018-10-07 10:30:17nikratiocreate