summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index 82ca6e3..c620945 100644
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -28,6 +28,11 @@ classes all inherit from :class:`ast.AST`. An abstract syntax tree can be
compiled into a Python code object using the built-in :func:`compile` function.
+.. seealso::
+
+ Latest version of the `ast module Python source code
+ <http://svn.python.org/view/python/branches/release27-maint/Lib/ast.py?view=markup>`_
+
Node classes
------------