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 gregory.p.smith
Recipients akuchling, christian.heimes, gregory.p.smith, jcea, pitrou
Date 2013-10-21.15:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382369443.04.0.993613390275.issue17276@psf.upfronthosting.co.za>
In-reply-to
Content
yes just remove the DeprecationWarning.  Document it as deprecated with a release now+0.2 as the earliest it will be removed.  (if you want a warning at all, use PendingDeprecationWarning as that one is filtered out by default so it won't bother users of tools written in Python but only developers actively looking for issues)
History
Date User Action Args
2013-10-21 15:30:43gregory.p.smithsetrecipients: + gregory.p.smith, akuchling, jcea, pitrou, christian.heimes
2013-10-21 15:30:43gregory.p.smithsetmessageid: <1382369443.04.0.993613390275.issue17276@psf.upfronthosting.co.za>
2013-10-21 15:30:43gregory.p.smithlinkissue17276 messages
2013-10-21 15:30:42gregory.p.smithcreate