Python needs better error reporting

David LeBlanc whisper at oz.net
Fri Jun 28 22:10:11 EDT 2002


That's not the point - I know that.

David LeBlanc
Seattle, WA USA 

> -----Original Message-----
> From: kosh at aesaeion.com [mailto:kosh at aesaeion.com]
> Sent: Friday, June 28, 2002 18:49
> To: David LeBlanc
> Cc: Python-List at Python. Org
> Subject: Re: Python needs better error reporting
> 
> 
> On Fri, 28 Jun 2002, David LeBlanc wrote:
> 
> > "Syntax Error: invalid syntax" isn't very informative, yet it's 
> tossed out
> > frequently. HOW is the syntax invalid? For example:
> > if s == ' '
> >
> 
> That is supposed to start a new block so it should be
> if s == ' ':
> 
> 





More information about the Python-list mailing list