diff options
-rw-r--r-- | Doc/library/pkgutil.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 90d69e4..fba0ea6 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -224,4 +224,6 @@ support. If the package cannot be located or loaded, or it uses a :term:`loader` which does not support :meth:`get_data <importlib.abc.ResourceLoader.get_data>`, - then ``None`` is returned. + then ``None`` is returned. In particular, the :term:`loader` for + :term:`namespace packages <namespace package>` does not support + :meth:`get_data <importlib.abc.ResourceLoader.get_data>`. |