Make it clear that only finders change, not loaders.
This commit is contained in:
parent
2bd8f77272
commit
aba0acbf2a
|
@ -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
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue