Merge for issue #28424

This commit is contained in:
Brett Cannon 2016-12-10 14:15:22 -08:00
commit 274c01f0c9
1 changed files with 3 additions and 1 deletions

View File

@ -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>`.