diff options
Diffstat (limited to 'Doc/library/_ast.rst')
-rw-r--r-- | Doc/library/_ast.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/_ast.rst b/Doc/library/_ast.rst index 9b195be..d3cdfb9 100644 --- a/Doc/library/_ast.rst +++ b/Doc/library/_ast.rst @@ -9,8 +9,6 @@ Abstract Syntax Trees .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de> -.. versionadded:: 2.5 - The ``_ast`` module helps Python applications to process trees of the Python abstract syntax grammar. The Python compiler currently provides read-only access to such trees, meaning that applications can only create a tree for a given |