diff options
author | Éric Araujo <merwok@netwok.org> | 2014-03-12 23:51:50 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2014-03-12 23:51:50 (GMT) |
commit | abdc16ee1bb9819ecc6500a8f1d8720fc2072643 (patch) | |
tree | 6a51cc8277861c729d6d72e75b29a76e504fe7a8 /Doc/library/pkgutil.rst | |
parent | 8546e226bd0b6332ea5af551b9bbd74c2707a3ea (diff) | |
parent | fa5e6e4773ea959a7cc354d54c50df507cf005c3 (diff) | |
download | cpython-abdc16ee1bb9819ecc6500a8f1d8720fc2072643.zip cpython-abdc16ee1bb9819ecc6500a8f1d8720fc2072643.tar.gz cpython-abdc16ee1bb9819ecc6500a8f1d8720fc2072643.tar.bz2 |
Merge 3.3 (#16805)
Diffstat (limited to 'Doc/library/pkgutil.rst')
-rw-r--r-- | Doc/library/pkgutil.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 10b7848..13ea7b9 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -147,6 +147,7 @@ support. *prefix* is a string to output on the front of every module name on output. .. note:: + Only works for a :term:`finder` which defines an ``iter_modules()`` method. This interface is non-standard, so the module also provides implementations for :class:`importlib.machinery.FileFinder` and @@ -185,6 +186,7 @@ support. walk_packages(ctypes.__path__, ctypes.__name__ + '.') .. note:: + Only works for a :term:`finder` which defines an ``iter_modules()`` method. This interface is non-standard, so the module also provides implementations for :class:`importlib.machinery.FileFinder` and |