cpython/Lib/importlib
Brett Cannon 63b8505281 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
not defined for a relative import.

This is the start of work to try and clean up import semantics to rely
more on a module's spec than on the myriad attributes that get set on
a module. Thanks to Rose Ames for the patch.
2016-01-15 13:33:03 -08:00
..
__init__.py
_bootstrap.py Issue #25791: Raise an ImportWarning when __spec__ or __package__ are 2016-01-15 13:33:03 -08:00
_bootstrap_external.py Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. 2015-12-28 17:55:27 -08:00
abc.py
machinery.py
util.py Issue #25771: Tweak ValueError message when package isn't specified 2015-12-04 15:19:42 -08:00