logilab-astng #904 integrates with python 2.5 AST changes [resolved]
citing Neal Norwitz: I'm not sure if anyone here is following the AST discussion on python-dev, but it would be great if you had any input. pylint is a pretty big consumer of the compiler module and the decisions with respect to the AST could impact you. http://mail.python.org/pipermail/python-dev/2006-February/060994.html | |
priority | important |
---|---|
type | enhancement |
done in | 0.18.0 |
load | 20.000 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2009/02/09 10:04, written by eanclin
add commentusing the _ast module (>=2.5) is necessary for py3k compatibility; on the other hand we want to stay compiler compatible.