cpython/Lib/importlib
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
..
test Issue #14938: importlib.abc.SourceLoader.is_package() now takes the 2012-06-15 20:00:53 -04:00
__init__.py Issue #13959: Introduce importlib.find_loader(). 2012-05-12 17:43:17 -04:00
_bootstrap.py Issue #14938: importlib.abc.SourceLoader.is_package() now takes the 2012-06-15 20:00:53 -04:00
abc.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
machinery.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00