Message168146
In msg132312 Nick asked "where do we stand in regards to backwards compatibility of the AST?"
The current ast module chapter, second sentence, says ""The abstract syntax itself might change with each Python release;" this module helps to find out programmatically what the current grammar looks like."
where 'current grammar' is copied in 30.2.2. Abstract Grammar.
I do not know when that was written, but it clearly implies the the grammark, which defines node classes, is x.y version specific. I think this is the correct policy just so we can make changes, hopefully improvements, such as the one proposed here. |
|
Date |
User |
Action |
Args |
2012-08-13 21:29:51 | terry.reedy | set | recipients:
+ terry.reedy, brett.cannon, georg.brandl, rhettinger, gregory.p.smith, mark.dickinson, ncoghlan, pitrou, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eltoder, eric.snow, jcon |
2012-08-13 21:29:51 | terry.reedy | set | messageid: <1344893391.42.0.403631717369.issue11549@psf.upfronthosting.co.za> |
2012-08-13 21:29:50 | terry.reedy | link | issue11549 messages |
2012-08-13 21:29:50 | terry.reedy | create | |
|