[issue12106] reflect syntatic sugar in with ast

Nick Coghlan report at bugs.python.org
Sat May 28 13:15:48 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

The AST version changed, and, more importantly, if other implementations pick up our AST changes without updating their compilers accordingly, their symbol table analysis and code compilation processes will break.

So yes, the test suite does already cover this change.

For the record:
3.2: ast.__version__ == 82163
3.3: ast.__version__ == 0daa6ba25d9b

(The latter is only the 3.3 AST version for the moment - there are additional AST cleanups planned for 3.3 now that the other projects gave their blessing to do so on python-dev)

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12106>
_______________________________________


More information about the Python-bugs-list mailing list