Re: [Python-Dev] DRAFT: python-dev Summary for 2005-10-16 to 2005-10-31

2005-11-22 Thread Simon Burton
On Tue, 22 Nov 2005 11:31:34 -0800 Brett Cannon <[EMAIL PROTECTED]> wrote: > > On 11/21/05, Simon Burton <[EMAIL PROTECTED]> wrote: > > On Thu, 17 Nov 2005 13:36:36 +1300 > > Tony Meyer <[EMAIL PROTECTED]> wrote: > > > > > > > > -- > > > AST for Python > > > -- > > > > > >

Re: [Python-Dev] DRAFT: python-dev Summary for 2005-10-16 to 2005-10-31

2005-11-22 Thread Brett Cannon
On 11/21/05, Simon Burton <[EMAIL PROTECTED]> wrote: > On Thu, 17 Nov 2005 13:36:36 +1300 > Tony Meyer <[EMAIL PROTECTED]> wrote: > > > > > -- > > AST for Python > > -- > > > > As of October 21st, Python's compiler now uses a real Abstract Syntax > > Tree (AST)! This should

Re: [Python-Dev] DRAFT: python-dev Summary for 2005-10-16 to 2005-10-31

2005-11-21 Thread Simon Burton
On Thu, 17 Nov 2005 13:36:36 +1300 Tony Meyer <[EMAIL PROTECTED]> wrote: > > -- > AST for Python > -- > > As of October 21st, Python's compiler now uses a real Abstract Syntax > Tree (AST)! This should make experimenting with new syntax much > easier, as well as allo