[Python-Dev] Policy for making changes to the AST (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Apr 3 08:55:40 CEST 2011
- Previous message: [Python-Dev] Policy for making changes to the AST
- Next message: [Python-Dev] Policy for making changes to the AST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
1. Do nothing. This will break code that currently uses AST, but doesn't add any complexity to cpython.
I'm in favor of this approach as well. Notice that there is ast.version precisely so that applications can support multiple AST versions.
Regards, Martin
- Previous message: [Python-Dev] Policy for making changes to the AST
- Next message: [Python-Dev] Policy for making changes to the AST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]