Message327272
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. |
|
| Date |
User |
Action |
Args |
| 2018-10-07 10:30:17 | nikratio | set | recipients:
+ nikratio |
| 2018-10-07 10:30:17 | nikratio | set | messageid: <[email protected]> |
| 2018-10-07 10:30:17 | nikratio | link | issue34920 messages |
| 2018-10-07 10:30:17 | nikratio | create | |
|