murder some versionadded and versionchanged directives in their beds

This commit is contained in:
Benjamin Peterson 2008-08-16 02:59:55 +00:00
parent 24c4d85598
commit 9abf93d6c9
11 changed files with 0 additions and 39 deletions

View file

@ -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: