diff options
author | Barry Warsaw <barry@python.org> | 2012-07-29 20:36:17 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-29 20:36:17 (GMT) |
commit | d7d2194ea16005a2a58f8070bbfc2a24e068cb65 (patch) | |
tree | 7e5b45fad256b2ac9c38489db02b1ca14a5950f1 /Doc/reference/index.rst | |
parent | 96d97ec9c08a95201e9d7f0b7819ca6328002693 (diff) | |
download | cpython-d7d2194ea16005a2a58f8070bbfc2a24e068cb65.zip cpython-d7d2194ea16005a2a58f8070bbfc2a24e068cb65.tar.gz cpython-d7d2194ea16005a2a58f8070bbfc2a24e068cb65.tar.bz2 |
Integration of importdocs from the features/pep-420 repo.
Diffstat (limited to 'Doc/reference/index.rst')
-rw-r--r-- | Doc/reference/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/index.rst b/Doc/reference/index.rst index bd1a281..87166f8 100644 --- a/Doc/reference/index.rst +++ b/Doc/reference/index.rst @@ -24,6 +24,7 @@ interfaces available to C/C++ programmers in detail. lexical_analysis.rst datamodel.rst executionmodel.rst + import_machinery.rst expressions.rst simple_stmts.rst compound_stmts.rst |