It's finders and loaders that will be impacted.
This commit is contained in:
parent
497d6b8f78
commit
7699a85f3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue