diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-16 02:10:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-16 02:10:13 (GMT) |
commit | 0bd152cd67fef5c238ed15ba2ce09f6a74e8d334 (patch) | |
tree | c1db691553896d0c95fbd39055b330e6a79a6861 /Doc/library/ast.rst | |
parent | e720725c12e37a1081e2f493b67254096f6d5aa3 (diff) | |
download | cpython-0bd152cd67fef5c238ed15ba2ce09f6a74e8d334.zip cpython-0bd152cd67fef5c238ed15ba2ce09f6a74e8d334.tar.gz cpython-0bd152cd67fef5c238ed15ba2ce09f6a74e8d334.tar.bz2 |
remove ast.__version__ (closes #12273)
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 85081be..16de3ca 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -96,9 +96,6 @@ Node classes Abstract Grammar ---------------- -The module defines a string constant ``__version__`` which is the Mercurial -revision of the file shown below. - The abstract grammar is currently defined as follows: .. literalinclude:: ../../Parser/Python.asdl |