summaryrefslogtreecommitdiffstats
path: root/Doc/library/compiler.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-28 12:11:56 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-28 12:11:56 (GMT)
commitfc8eef3c78200593c9c70974e48ab859779c607a (patch)
tree6c1cddba98dad1770c0f22a08d88455d7dc7eeaa /Doc/library/compiler.rst
parentb9803421d231fc66489eafb45f6ae440010cacfc (diff)
downloadcpython-fc8eef3c78200593c9c70974e48ab859779c607a.zip
cpython-fc8eef3c78200593c9c70974e48ab859779c607a.tar.gz
cpython-fc8eef3c78200593c9c70974e48ab859779c607a.tar.bz2
Patch #1810 by Thomas Lee, reviewed by myself:
allow compiling Python AST objects into code objects in compile().
Diffstat (limited to 'Doc/library/compiler.rst')
-rw-r--r--Doc/library/compiler.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/compiler.rst b/Doc/library/compiler.rst
index 5f5ed44..d744bc0 100644
--- a/Doc/library/compiler.rst
+++ b/Doc/library/compiler.rst
@@ -28,12 +28,6 @@ code.
This chapter explains how the various components of the :mod:`compiler` package
work. It blends reference material with a tutorial.
-The following modules are part of the :mod:`compiler` package:
-
-.. toctree::
-
- _ast.rst
-
The basic interface
===================