[3.9] bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) by miss-islington · Pull Request #30396 · python/cpython

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Jan 4, 2022

edited

Loading

ResourceWarning is ignored by default.

Document this behaviour, for consistency with others in this table such as DeprecationWarning.

Documentation PR can skip NEWS file.

Automerge-Triggered-By: GH:iritkatriel
(cherry picked from commit b949845)

Co-authored-by: Hugo van Kemenade hugovk@users.noreply.github.com

https://bugs.python.org/issue33252

Automerge-Triggered-By: GH:iritkatriel