File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -273,17 +273,7 @@ Other language changes
273273 This speeds up class creation, and helps avoid reference cycles.
274274 (Contributed by Petr Viktorin in :gh: `135228 `.)
275275
276- * Warning filters specified by the :option: `-W ` option and the
277- :envvar: `PYTHONWARNINGS ` environment variable can now use regular
278- expressions for message and module.
279- The corresponding field must be surrounded by slashes (``/ ``).
280-
281- The :option: `-W ` option and the :envvar: `PYTHONWARNINGS ` environment
282- variable can now specify use regular expressions for matching warning
283- message and module if the corresponding field starts and ends by slashes
284- (``/ ``).
285-
286- The :option: `-W ` option and the :envvar: `PYTHONWARNINGS ` environment variable
276+ * The :option: `-W ` option and the :envvar: `PYTHONWARNINGS ` environment variable
287277 can now specify regular expressions instead of literal strings to match
288278 the warning message and the module name, if the corresponding field starts
289279 and ends with a forward slash (``/ ``).
You can’t perform that action at this time.
0 commit comments