summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-23 15:16:45 +0000
committerGeorg Brandl <georg@python.org>2008-07-23 15:16:45 +0000
commitb2c75031ec393c030978393a0cb296fbc268b623 (patch)
tree3c88659d7618bf670b63ddbd398e3a3d52b9429d /Doc
parent2d05c4c2e7fcbc546464bf373b183e9bccea4a6a (diff)
downloadcpython-b2c75031ec393c030978393a0cb296fbc268b623.tar.gz
3k-warn about parser's "ast" aliases.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/parser.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/parser.rst b/Doc/library/parser.rst
index 7df9251e16..bdd541cd3e 100644
--- a/Doc/library/parser.rst
+++ b/Doc/library/parser.rst
@@ -34,6 +34,7 @@ the code forming the application. It is also faster.
replaced by "ast"; this is a legacy from the time when there was no other
AST and has nothing to do with the AST found in Python 2.5. This is also the
reason for the functions' keyword arguments being called *ast*, not *st*.
+ The "ast" functions will be removed in Python 3.0.
There are a few things to note about this module which are important to making
use of the data structures created. This is not a tutorial on editing the parse