cpython/Lib/test/test_importlib
Barry Warsaw a71397fb66
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
* Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages.
* Make sure ``__spec__.origin` matches ``__file__`` for namespace packages.

https://bugs.python.org/issue32303
https://bugs.python.org/issue32305.
(cherry picked from commit bbbcf8693b)

Co-authored-by: Barry Warsaw <barry@python.org>
2018-02-02 23:21:14 -05:00
..
builtin [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
extension
frozen
import_ [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
namespace_pkgs
source
__init__.py
__main__.py
abc.py
test_abc.py
test_api.py [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) 2018-02-02 23:21:14 -05:00
test_lazy.py
test_locks.py
test_namespace_pkgs.py [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504) 2018-02-02 23:21:14 -05:00
test_spec.py
test_util.py
test_windows.py
util.py