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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan, python-dev, serhiy.storchaka
Date 2013-12-20.02:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387506211.82.0.889382682103.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds good.  Thanks for the explanation.  It sounds like you're effectively concerned just with finder.find_module() and loader.load_module() (which is fine with me).  Everything else (including some of the ABCs) is 3.3-only.  For the sake of simplicity I could also leave the warnings off finder.find_loader() as well (if you want).

Sorry for all the fuss.  I've never *really* deprecated anything before. :)  This has been really helpful.  I see the value in the warnings (when things are going to be removed later vs. "there's something better"), but also see your point about the pain warnings can cause (especially when we don't have concrete plans for removal).  What a weird balance.

p.s. If only I had a time machine to put PendingDeprecationWarnings on those 3.3-only APIs!  <wink>
History
Date User Action Args
2013-12-20 02:23:31eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever, python-dev, serhiy.storchaka
2013-12-20 02:23:31eric.snowsetmessageid: <1387506211.82.0.889382682103.issue19713@psf.upfronthosting.co.za>
2013-12-20 02:23:31eric.snowlinkissue19713 messages
2013-12-20 02:23:30eric.snowcreate