mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
murder some versionadded and versionchanged directives in their beds
This commit is contained in:
parent
24c4d85598
commit
9abf93d6c9
11 changed files with 0 additions and 39 deletions
|
@ -9,12 +9,6 @@ Abstract Syntax Trees
|
|||
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
|
||||
.. sectionauthor:: Georg Brandl <georg@python.org>
|
||||
|
||||
.. versionadded:: 2.5
|
||||
The low-level ``_ast`` module containing only the node classes.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
The high-level ``ast`` module containing all helpers.
|
||||
|
||||
|
||||
The :mod:`ast` module helps Python applications to process trees of the Python
|
||||
abstract syntax grammar. The abstract syntax itself might change with each
|
||||
|
@ -113,8 +107,6 @@ The abstract grammar is currently defined as follows:
|
|||
:mod:`ast` Helpers
|
||||
------------------
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
Apart from the node classes, :mod:`ast` module defines these utility functions
|
||||
and classes for traversing abstract syntax trees:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue