commit | d2e7b3381532720cdfafbf59491bb74b7ff31b51 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Feb 17 02:45:03 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Feb 17 02:45:03 2009 +0000 |
tree | a1fd1d30a63d323cc5ee605dd43861c945202773 | |
parent | 0586ed6288b98520dccaecfdbfd88cda5392bc91 [diff] |
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.