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 njs
Recipients barry, gregory.p.smith, jwilk, miss-islington, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy, xiang.zhang
Date 2018-11-30.22:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543618554.1.0.788709270274.issue34850@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be more acceptable to use a DeprecationWarning? It's not really the right thing because we're not planning to ever actually remove the functionality. But, we've already gone to a lot of trouble to try to show DeprecationWarnings specifically to devs and not end users (hiding them by default, except if the source was the REPL or a test, getting patches into every test framework to handle this, etc.). And the issues here seem to be identical.

Or maybe LintWarning inherits from DeprecationWarning? Or the share a common superclass?
History
Date User Action Args
2018-11-30 22:55:54njssetrecipients: + njs, barry, nascheme, rhettinger, terry.reedy, gregory.p.smith, jwilk, steven.daprano, serhiy.storchaka, xiang.zhang, miss-islington
2018-11-30 22:55:54njssetmessageid: <1543618554.1.0.788709270274.issue34850@psf.upfronthosting.co.za>
2018-11-30 22:55:54njslinkissue34850 messages
2018-11-30 22:55:53njscreate