It's finders and loaders that will be impacted.

This commit is contained in:
Eric V. Smith 2012-04-20 08:11:56 -04:00
parent 497d6b8f78
commit 7699a85f3d
1 changed files with 3 additions and 3 deletions

View File

@ -140,8 +140,8 @@ namespace package (using the above rules), then "foo" is immediately
created as a package. The creation of the namespace package is not
deferred until a sub-level import occurs.
Impact on Import Hooks
----------------------
Impact on Import Finders and Loaders
------------------------------------
To be determined in the sample implementation.
@ -183,7 +183,7 @@ Nick Coglan presented a list of his objections to this proposal
References
==========
.. [1] Namespace Packages resolution
.. [1] PyCon 2012 Namespace Package discussion outcome
(http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
.. [2] Nick Coglan's objection to the lack of marker files or directories