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 terry.reedy
Recipients Jeremy.Hylton, Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, eric.snow, georg.brandl, gregory.p.smith, jcon, mark.dickinson, meador.inge, nadeem.vawda, ncoghlan, pitrou, rhettinger, santoso.wijaya, techtonik, terry.reedy
Date 2012-08-13.21:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344893391.42.0.403631717369.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-13 21:29:51terry.reedysetrecipients: + 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:51terry.reedysetmessageid: <1344893391.42.0.403631717369.issue11549@psf.upfronthosting.co.za>
2012-08-13 21:29:50terry.reedylinkissue11549 messages
2012-08-13 21:29:50terry.reedycreate