bpo-39674: Suggest to test with DeprecationWarning#18552
Conversation
Add a section in What's New In Python 3.9 to strongly advice to check for DeprecationWarning in your Python projects.
|
@brettcannon: Does it sound like what you proposed in the python-dev thread? |
Sorry, something went wrong.
hugovk
left a comment
There was a problem hiding this comment.
Some minor spelling/language suggestions.
Sorry, something went wrong.
|
Yep, this is what I was thinking, but you forgot to mention |
Sorry, something went wrong.
Right. But you wrote that you wasn't convinced that the relationship between DeprecationWarning and -X dev, so I focused on warnings instead ;-) |
Sorry, something went wrong.
|
I think it's also worth mentioning |
Sorry, something went wrong.
Ok, done. |
Sorry, something went wrong.
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
You're welcome! |
Sorry, something went wrong.
Add a section in What's New In Python 3.9 to strongly advice to check
for DeprecationWarning in your Python projects.
https://bugs.python.org/issue39674