[Python-Dev] package attribute (original) (raw)

Andrew Svetlov andrew.svetlov at gmail.com
Fri May 21 20🔞00 CEST 2010


What are expected values for module.package? I see two different behaviors: importlib and standard python import. importlib processes package pretty simple and clean:

Standard import follows another strategy:

For me importlib's way is better. I don't see any PEP specifying package behavior.



More information about the Python-Dev mailing list