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
Date 2013-11-29.16:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385741167.12.0.786830051545.issue19713@psf.upfronthosting.co.za>
In-reply-to
Content
To add another point about load_module(), I just had to rip out exec_module() for Python 3.4 as working around _imp.init_builtin() and _imp.load_dynamic() are going to need to be done hand-in-hand. So load_module() should probably get documented as deprecated and nothing more. Everything else can be hard deprecated.
History
Date User Action Args
2013-11-29 16:06:07brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, eric.snow
2013-11-29 16:06:07brett.cannonsetmessageid: <1385741167.12.0.786830051545.issue19713@psf.upfronthosting.co.za>
2013-11-29 16:06:07brett.cannonlinkissue19713 messages
2013-11-29 16:06:06brett.cannoncreate