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 ncoghlan
Recipients Jeremy.Hylton, Trundle, alex, benjamin.peterson, brett.cannon, daniel.urban, dmalcolm, eltoder, eric.snow, georg.brandl, gregory.p.smith, isoschiz, jcon, mark.dickinson, meador.inge, nadeem.vawda, ncoghlan, pconnell, pitrou, rhettinger, santoso.wijaya, techtonik, terry.reedy, vstinner
Date 2013-07-24.15:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374679312.06.0.822908015554.issue11549@psf.upfronthosting.co.za>
In-reply-to
Content
Just noting for the record (since it appears it was never brought back to the comments): it is expected that programs that manipulate the AST may require updates before they will work on a new version of Python. Preserving AST backwards compatbility is too limiting to the evolution of the language, so only source compatibility is promised.
History
Date User Action Args
2013-07-24 15:21:52ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, mark.dickinson, pitrou, vstinner, techtonik, nadeem.vawda, benjamin.peterson, alex, Trundle, dmalcolm, meador.inge, daniel.urban, Jeremy.Hylton, santoso.wijaya, eltoder, eric.snow, jcon, pconnell, isoschiz
2013-07-24 15:21:52ncoghlansetmessageid: <1374679312.06.0.822908015554.issue11549@psf.upfronthosting.co.za>
2013-07-24 15:21:52ncoghlanlinkissue11549 messages
2013-07-24 15:21:51ncoghlancreate