Discuss implications on existing finders.

This commit is contained in:
Eric V. Smith 2012-04-30 19:28:54 -04:00
parent 3846f50c37
commit d8dd373e41
1 changed files with 4 additions and 0 deletions

View File

@ -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
==========