commit | 116fd4af7370706d0d99ac7c70541ef965672d4e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 03 22:52:20 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 03 22:52:20 2020 +0100 |
tree | 313951902da359a8fb5ece2b917a37e7ab1ba2b0 | |
parent | 469325c30e147680543b2f5118b83fd95055a499 [diff] |
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>