[Python-Dev] PEP 290 revisited

Skip Montanaro skip@pobox.com
Thu, 9 Jan 2003 00:11:18 -0600


    Kevin> Obviously, there is the possibility of typos or some other
    Kevin> editing mistake, though of course all files would be checked for
    Kevin> syntax errors with tabnanny and the patch can be easily scanned
    Kevin> to see that the replacement lines are equivalent. I would be
    Kevin> working from an anon-cvs checkout, so I just need to know which
    Kevin> branch...  I should checkout.

I'd check out the main trunk.  Also, running the regression tests after a
batch of changes should help convince you your changes are correct.

Skip