Re: [Python-Dev] ast branch pragmatics

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes: > The existing ast-branch mostly works, but it does not include most of > the new features of Python 2.4. There is a substantial integration > effort, perhaps easy for someone who does a lot of CVS branch merges. > (In particular, the head has already be

Re: [Python-Dev] ast branch pragmatics

2005-01-05 Thread Guido van Rossum
> I think it would be easier to create a new branch from the current > head, integrate the small number of changed files from ast-branch, and > work with that branch instead. The idea is that it's an end-run > around doing an automatic CVS merge and relying on someone to manually > merge the chang