Only two keys out of globals matters. • fromlist only there for opcodes. • Going to complain about this later. • Parser can split on dots, so why make the function do it?
like sys.meta_path. • path argument always given. • __path__ of parent or sys.path. • Treat path as a “suggestion” of where to look, with sys.path the default suggestion.
• But that’s there only to support reload(). • ... which is no longer a built-in in Py3k. • Has to set various values on module that were already known to import.
module. • Opcode to return the top-level module. • For ``import monty``. • Opcode to handle a list of specifc things to import. • For ``from monty import eels, hovercraft``.