cpython/Lib/importlib
Brett Cannon 2dee597e05 Do some cleanup in importlib:
+ Ditch using arguments to super().
+ Ditch subclassing from object directly.
+ Move directory check out of chaining path hook to file path hook/finder.
+ Rename some classes to better reflect they are finders, not importers.
2009-02-21 03:15:37 +00:00
..
test Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
NOTES Add some notes about importlib and some API exposure cleanup. 2009-02-21 03:12:17 +00:00
__init__.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
_bootstrap.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
machinery.py Check in the fact that importlib.machinery.PathFinder now exists. 2009-02-05 02:52:57 +00:00
util.py Implement the more specific PEP 302 semantics for loaders and what happens upon 2009-02-17 02:45:03 +00:00