cpython/Lib/importlib
Serhiy Storchaka 41c56940c6 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
BytesWarning no longer emitted when the fromlist argument of
__import__() or the __all__ attribute of the module contain bytes
instances.
2017-10-26 10:41:59 +03:00
..
__init__.py
_bootstrap.py bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) 2017-10-26 10:41:59 +03:00
_bootstrap_external.py bpo-31709: Update importlib magic (#3906) 2017-10-06 10:18:10 -04:00
abc.py
machinery.py
util.py bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) 2017-06-14 14:34:50 -07:00