SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 16 Python

Phase two of package import. "import a.b.c" and all variants now do the

right thing.

Still to do:

- Make reload() of a submodule work.

- Performance tweaks -- currently, a submodule that tries to import a
global module *always* searches the package directory first, even if
the global module was already imported.  Not sure how to solve this
one; probably need to record misses per package.

- Documentation!
G
Guido van Rossum committed
17fc85f2f581cd5fcbd139aeb1b5078e0e509cc1
Parent: 114c1ea