Re: [Python-Dev] AST structure and maintenance branches

2006-09-28 Thread Jeremy Hylton
On 9/28/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > On Friday 29 September 2006 00:30, Jeremy Hylton wrote: > > On 9/23/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > > > I'd like to propose that the AST format returned by passing PyCF_ONLY_AST > > > to compile() get the same guarantee in main

Re: [Python-Dev] AST structure and maintenance branches

2006-09-28 Thread Anthony Baxter
On Friday 29 September 2006 00:30, Jeremy Hylton wrote: > On 9/23/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > > I'd like to propose that the AST format returned by passing PyCF_ONLY_AST > > to compile() get the same guarantee in maintenance branches as the > > bytecode format - that is, unless

Re: [Python-Dev] AST structure and maintenance branches

2006-09-28 Thread Jeremy Hylton
On 9/23/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > I'd like to propose that the AST format returned by passing PyCF_ONLY_AST to > compile() get the same guarantee in maintenance branches as the bytecode > format - that is, unless it's absolutely necessary, we'll keep it the same. > Otherwise a

Re: [Python-Dev] AST structure and maintenance branches

2006-09-23 Thread Brett Cannon
On 9/23/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: I'd like to propose that the AST format returned by passing PyCF_ONLY_AST tocompile() get the same guarantee in maintenance branches as the bytecodeformat - that is, unless it's absolutely necessary, we'll keep it the same. Otherwise anyone tryi

Re: [Python-Dev] AST structure and maintenance branches

2006-09-23 Thread Michael Hudson
Anthony Baxter <[EMAIL PROTECTED]> writes: > I'd like to propose that the AST format returned by passing PyCF_ONLY_AST to > compile() get the same guarantee in maintenance branches as the bytecode > format - that is, unless it's absolutely necessary, we'll keep it the same. > Otherwise anyone t

[Python-Dev] AST structure and maintenance branches

2006-09-23 Thread Anthony Baxter
I'd like to propose that the AST format returned by passing PyCF_ONLY_AST to compile() get the same guarantee in maintenance branches as the bytecode format - that is, unless it's absolutely necessary, we'll keep it the same. Otherwise anyone trying to write tools to manipulate the AST is in for