mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
+ 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test___package__.py | ||
| test_caching.py | ||
| test_fromlist.py | ||
| test_meta_path.py | ||
| test_packages.py | ||
| test_path.py | ||
| test_relative_imports.py | ||
| util.py | ||