mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
and relies much more on meta path finders to abstract out various parts of import. As part of this the semantics for import_module tightened up and now follow __import__ much more closely (biggest thing is that the 'package' argument must now already be imported, else a SystemError is raised). |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| abc.py | ||
| test_api.py | ||
| util.py | ||