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-19.06:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387434057.94.0.695022689998.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch that does most of the deprecations and adjustments/silencings to accommodate the deprecations.  The main things left to adjust are many importlib tests and pkgutil/test_pkgutil.

I'm still on the fence about deprecation warnings for module_repr().  We have to keep the methods around for backward-compatibility and module.__repr__ uses them if they exist.  So there really isn't a good place to put a deprecation warning for now.  Thoughts?
History
Date User Action Args
2013-12-19 06:20:58eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever, python-dev, serhiy.storchaka
2013-12-19 06:20:57eric.snowsetmessageid: <1387434057.94.0.695022689998.issue19713@psf.upfronthosting.co.za>
2013-12-19 06:20:57eric.snowlinkissue19713 messages
2013-12-19 06:20:57eric.snowcreate