blob: e7d6a5fa5a9107c6a31182f78b1f92355a2403f6 (
plain)
1
2
3
4
|
Improve the introspectability of the ``__loader__`` attribute for namespace
packages. :class:`importlib.machinery.NamespaceLoader` is now public, and
implements the :class:`importlib.abc.InspectLoader` interface. ``_NamespaceLoader``
is kept for backward compatibility.
|