Make it clear that only finders change, not loaders.

This commit is contained in:
Eric V. Smith 2012-04-30 18:05:25 -04:00
parent 2bd8f77272
commit aba0acbf2a
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ packages, ``find_module`` will return a third type: a string. This is
the string that will be recorded and later used as a component of the
namespace module's __path__, as described above.
There is no impact on PEP 302 "loaders".
Discussion
==========