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

@hugovk @miss-islington

…nGH-30358)

`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>

iritkatriel