Fix a misspelling and clarify what indirection entries in sys.modules are.
This commit is contained in:
parent
1a0fce58f3
commit
7c4a43e252
|
@ -85,7 +85,8 @@ Core language
|
|||
* Imports [#pep328]_
|
||||
+ Imports will be absolute by default. [done]
|
||||
+ Relative imports must be explicitly specified. [done]
|
||||
+ Indirection entires in sys.modules will not be supported. (what's this???)
|
||||
+ Indirection entries in sys.modules (i.e., a value of None for
|
||||
A.string means to use the top-level sring module) will not be supported.
|
||||
* __init__.py might become optional in sub-packages? __init__.py will still
|
||||
be required for top-level packages.
|
||||
* Cleanup the Py_InitModule() variants {,3,4} (also import and parser APIs)
|
||||
|
|
Loading…
Reference in New Issue