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 brett.cannon
Recipients benjamin.peterson, brett.cannon, larry, python-dev, serhiy.storchaka, terry.reedy
Date 2015-09-08.18:11:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441735862.01.0.855667835914.issue24199@psf.upfronthosting.co.za>
In-reply-to
Content
Typically it's warnings.warn(message, DeprecationWarning, stacklevel=2), but that stack level is wrong for Python 3.3 - 3.4 (fixed in 3.5.0). If this is purely for Python 3.6 I might be adding a nicer API for module deprecations, but if this is for other versions then the call above is the right one except for Python 3.3/3.4.
History
Date User Action Args
2015-09-08 18:11:02brett.cannonsetrecipients: + brett.cannon, terry.reedy, larry, benjamin.peterson, python-dev, serhiy.storchaka
2015-09-08 18:11:02brett.cannonsetmessageid: <1441735862.01.0.855667835914.issue24199@psf.upfronthosting.co.za>
2015-09-08 18:11:01brett.cannonlinkissue24199 messages
2015-09-08 18:11:01brett.cannoncreate