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 Arfrever, brett.cannon, eric.snow, ncoghlan, python-dev, serhiy.storchaka
Date 2013-12-17.14:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387289051.15.0.609215287628.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
* Yes, you can commit with the warnings being triggered to get help with resolving them, just expect to potentially do a lot of work to make sure they don't leak out into 3.4 final.

* Just don't deprecate load_module() yet in code. If we can't even get rid of all our usage of the method then it isn't fair to expect users to do the same. Deprecating in the docs is fine, though.
History
Date User Action Args
2013-12-17 14:04:11brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, python-dev, eric.snow, serhiy.storchaka
2013-12-17 14:04:11brett.cannonsetmessageid: <1387289051.15.0.609215287628.issue19713@psf.upfronthosting.co.za>
2013-12-17 14:04:11brett.cannonlinkissue19713 messages
2013-12-17 14:04:10brett.cannoncreate