Discuss implications on existing finders.
This commit is contained in:
parent
3846f50c37
commit
d8dd373e41
|
@ -162,6 +162,10 @@ not contain a trailing path separator.
|
|||
|
||||
There is no impact on PEP 302 "loaders".
|
||||
|
||||
If an existing finder is not updated to support returning a string
|
||||
from ``find_module``, the only impact is that such a loader will be
|
||||
unable to provide portions of a namespace package.
|
||||
|
||||
Discussion
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue