June 30, 2014
8:51 a.m.
Berker Peksag added the comment:
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". ---------- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11762> _______________________________________