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, docs@python, eric.snow, ncoghlan, python-dev
Date 2016-01-26.17:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453828486.04.0.92277403838.issue19698@psf.upfronthosting.co.za>
In-reply-to
Content
At this point both FrozenImporter and BuiltinImporter support exec_module(), so the only thing left to do is to document when FrozenImporter and WindowsRegistryFinder gained their exec_module() implementations (BuiltinImporter already has a note about it).
History
Date User Action Args
2016-01-26 17:14:46brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, docs@python, python-dev, eric.snow
2016-01-26 17:14:46brett.cannonsetmessageid: <1453828486.04.0.92277403838.issue19698@psf.upfronthosting.co.za>
2016-01-26 17:14:45brett.cannonlinkissue19698 messages
2016-01-26 17:14:45brett.cannoncreate