This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, daniel.urban, docs@python, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2014-06-30.08:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404118272.88.0.824591622055.issue11762@psf.upfronthosting.co.za>
In-reply-to
Content
> 1. Add a warning similar to the one for the dis module.

The current documentation says:

    "The abstract syntax itself might change with each Python release; [...]"

https://docs.python.org/3.4/library/ast.html

> 2. Add a full entry for __version__. Currently (3.2):

ast.__version__ has been removed in issue 12273.

Closing this as "out of date".
History
Date User Action Args
2014-06-30 08:51:12berker.peksagsetrecipients: + berker.peksag, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, daniel.urban, docs@python
2014-06-30 08:51:12berker.peksagsetmessageid: <1404118272.88.0.824591622055.issue11762@psf.upfronthosting.co.za>
2014-06-30 08:51:12berker.peksaglinkissue11762 messages
2014-06-30 08:51:12berker.peksagcreate