]> granicus.if.org Git - python/commit
Implement the more specific PEP 302 semantics for loaders and what happens upon
authorBrett Cannon <bcannon@gmail.com>
Tue, 17 Feb 2009 02:45:03 +0000 (02:45 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 17 Feb 2009 02:45:03 +0000 (02:45 +0000)
commitd2e7b3381532720cdfafbf59491bb74b7ff31b51
treea1fd1d30a63d323cc5ee605dd43861c945202773
parent0586ed6288b98520dccaecfdbfd88cda5392bc91
Implement the more specific PEP 302 semantics for loaders and what happens upon
load failure in relation to reloads. Also expose
importlib.util.module_for_loader to handle all of the details of this along
with making sure all current loaders behave nicely.
Doc/library/importlib.rst
Lib/importlib/NOTES
Lib/importlib/_bootstrap.py
Lib/importlib/test/test_util.py [new file with mode: 0644]
Lib/importlib/util.py [new file with mode: 0644]