cpython/Lib/test/test_importlib/import_
Serhiy Storchaka 2b5cbbb13c [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128)
BytesWarning no longer emitted when the fromlist argument of
__import__() or the __all__ attribute of the module contain bytes
instances..
(cherry picked from commit 41c56940c6)
2017-10-26 12:02:54 +03:00
..
__init__.py
__main__.py
test___loader__.py
test___package__.py
test_api.py
test_caching.py
test_fromlist.py [3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128) 2017-10-26 12:02:54 +03:00
test_meta_path.py
test_packages.py
test_path.py
test_relative_imports.py