diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst b/Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst deleted file mode 100644 index e7d6a5f..0000000 --- a/Misc/NEWS.d/next/Library/2021-10-18-18-12-47.bpo-35673.KOkHWe.rst +++ /dev/null @@ -1,4 +0,0 @@ -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. |