cpython/Lib/importlib/test/source
Brett Cannon ea0b823940 Issue #14938: importlib.abc.SourceLoader.is_package() now takes the
module name into consideration when determining whether a module is a
package or not. This prevents importing a module's __init__ module
directly and having it considered a package, which can lead to
duplicate sub-modules.

Thanks to Ronan Lamy for reporting the bug.
2012-06-15 20:00:53 -04:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_abc_loader.py Issue #14938: importlib.abc.SourceLoader.is_package() now takes the 2012-06-15 20:00:53 -04:00
test_case_sensitivity.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
test_file_loader.py Issue #13959: Have 2012-05-11 14:48:41 -04:00
test_finder.py issue 14660: Implement PEP 420, namespace packages. 2012-05-24 20:21:04 -04:00
test_path_hook.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
test_source_encoding.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00