diff --git a/pep-3100.txt b/pep-3100.txt index aae384702..47fd1d6d2 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -84,8 +84,9 @@ Core language * Imports [#pep328]_ + Imports will be absolute by default. [done] + Relative imports must be explicitly specified. [done] - + 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. + + Indirection entries in ``sys.modules`` (i.e., a value of ``None`` for + ``A.string`` means to use the top-level ``string`` 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)