mirror of https://github.com/python/cpython
Clarify description of who needs to worry about importlib changes.
This commit is contained in:
parent
14fb44e1ba
commit
cff1c6f665
|
@ -616,11 +616,10 @@ supporting Python 3.3 to use, helping to end any VM-specific deviations in
|
||||||
import semantics. And finally it eases the maintenance of import, allowing for
|
import semantics. And finally it eases the maintenance of import, allowing for
|
||||||
future growth to occur.
|
future growth to occur.
|
||||||
|
|
||||||
For the common user, this change should result in no visible change in
|
For the common user, there should be no visible change in semantics. For
|
||||||
semantics. Any possible changes required in one's code to handle this change
|
those whose code currently manipulates import or calls import
|
||||||
should read the `Porting Python code`_ section of this document to see what
|
programmatically, the code changes that might possibly be required are covered
|
||||||
needs to be changed, but it will only affect those that currently manipulate
|
in the `Porting Python code`_ section of this document.
|
||||||
import or try calling it programmatically.
|
|
||||||
|
|
||||||
New APIs
|
New APIs
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue