X Tutup
The Wayback Machine - https://web.archive.org/web/20260329094253/https://github.com/python/cpython/pull/30396
Skip to content

[3.9] bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)#30396

Merged
iritkatriel merged 1 commit intopython:3.9from
miss-islington:backport-b949845-3.9
Jan 4, 2022
Merged

[3.9] bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)#30396
iritkatriel merged 1 commit intopython:3.9from
miss-islington:backport-b949845-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jan 4, 2022

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

…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>
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Jan 4, 2022
@miss-islington
Copy link
Copy Markdown
Contributor Author

@hugovk: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@miss-islington: Status check is done, and it's a success ✅ .

@iritkatriel iritkatriel merged commit 8f082e2 into python:3.9 Jan 4, 2022
@miss-islington miss-islington deleted the backport-b949845-3.9 branch January 4, 2022 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup