]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39674: Suggest to test with DeprecationWarning (GH-18552)
authorVictor Stinner <vstinner@python.org>
Tue, 3 Mar 2020 21:52:20 +0000 (22:52 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 21:52:20 +0000 (22:52 +0100)
commit116fd4af7370706d0d99ac7c70541ef965672d4e
tree313951902da359a8fb5ece2b917a37e7ab1ba2b0
parent469325c30e147680543b2f5118b83fd95055a499
bpo-39674: Suggest to test with DeprecationWarning (GH-18552)

Add a section in What's New In Python 3.9 to strongly advice to check
for DeprecationWarning in your Python projects.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.9.rst