cpython/Lib/importlib
Brett Cannon 02d8454002 Issue #23014: Make importlib.abc.Loader.create_module() required when
importlib.abc.Loader.exec_module() is also defined.

Before this change, create_module() was optional **and** could return
None to trigger default semantics. This change now reduces the
options for choosing default semantics to one and in the most
backporting-friendly way (define create_module() to return None).
2015-01-09 11:39:21 -05:00
..
__init__.py Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 20:33:57 +02:00
_bootstrap.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
abc.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
machinery.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 20:33:57 +02:00