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 r.david.murray
Recipients barry, manu-beffara, michael-lazar, petri.lehtinen, r.david.murray
Date 2016-07-13.16:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468426529.64.0.746305653701.issue14977@psf.upfronthosting.co.za>
In-reply-to
Content
There's actually programmatic way to generate a deprecation warning when the function is called (and then we'd want a test to make sure it gets generated).  if you don't feel like working through that hopefully someone else will pick it up.  If you want to work on it, you can find examples by grepping for DeprecationWarning.
History
Date User Action Args
2016-07-13 16:15:29r.david.murraysetrecipients: + r.david.murray, barry, petri.lehtinen, manu-beffara, michael-lazar
2016-07-13 16:15:29r.david.murraysetmessageid: <1468426529.64.0.746305653701.issue14977@psf.upfronthosting.co.za>
2016-07-13 16:15:29r.david.murraylinkissue14977 messages
2016-07-13 16:15:29r.david.murraycreate