March 7, 2020
6:24 a.m.
On Wed, 4 Mar 2020 at 23:09, Victor Stinner <vstinner@python.org> wrote:
By the way, I also added a new "You should check for DeprecationWarning in your code" section to "What's New In Python 3.9" document, to strongly advice users to check for deprecation warnings in their code: https://docs.python.org/dev/whatsnew/3.9.html#you-should-check-for-deprecati...
That's a good idea. Having a section explaining how to check for deprecation warnings, and listing out some notable ones that are expected to become errors in the next release would actually make sense as a routine feature of the What's New document. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia