summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst
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.