[docs] [issue19698] Implement _imp.exec_builtin and exec_dynamic

Brett Cannon report at bugs.python.org
Tue Jan 26 12:14:46 EST 2016


Brett Cannon added the comment:

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).

----------
assignee:  -> docs at python
keywords: +easy
nosy: +docs at python
priority: critical -> low
stage: test needed -> needs patch
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19698>
_______________________________________


More information about the docs mailing list