This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, bradengroom, serhiy.storchaka
Date 2018-10-26.18:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540578246.77.0.788709270274.issue33710@psf.upfronthosting.co.za>
In-reply-to
Content
It includes three parts:

* Add the code that emits a DeprecationWarning when corresponding functions and arguments are used. It is important to specify the correct stacklevel argument.

* Add tests and/or modify existing test for catching or silencing a DeprecationWarning.

* Document this change: in the module documentation, in the What's New document, and add a news entry.

PR 10139 implements all this.
History
Date User Action Args
2018-10-26 18:24:06serhiy.storchakasetrecipients: + serhiy.storchaka, barry, bradengroom
2018-10-26 18:24:06serhiy.storchakasetmessageid: <1540578246.77.0.788709270274.issue33710@psf.upfronthosting.co.za>
2018-10-26 18:24:06serhiy.storchakalinkissue33710 messages
2018-10-26 18:24:06serhiy.storchakacreate