On Wed, 4 Mar 2020 at 23:09, Victor Stinner <[email protected]> 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-deprecationwarning-in-your-code
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 | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/M72VCFHBU6CHZQHFH6DASQG2FEVOCFAS/ Code of Conduct: http://python.org/psf/codeofconduct/
