Re: [Python-Dev] Syntax errors on continuation lines

2006-05-29 Thread Michael Foord
Aahz wrote: > On Sun, May 28, 2006, Roger Miller wrote: > >> I am a recent subscriber to this list. A couple of months ago >> I downloaded the Python source out of curiosity, then decided >> to see if I could scratch a couple of small itches. >> +1 on the change, the error messages that re

Re: [Python-Dev] Syntax errors on continuation lines

2006-05-29 Thread Aahz
On Sun, May 28, 2006, Roger Miller wrote: > > I am a recent subscriber to this list. A couple of months ago > I downloaded the Python source out of curiosity, then decided > to see if I could scratch a couple of small itches. Please post your patches to SourceForge, then post links back to the li

[Python-Dev] Syntax errors on continuation lines

2006-05-28 Thread Roger Miller
I am a recent subscriber to this list. A couple of months ago I downloaded the Python source out of curiosity, then decided to see if I could scratch a couple of small itches. One of them was syntax errors reported on one line but actually resulting from unbalanced brackets on the previous line.