durusmail: quixote-users: Re: R: [Quixote-users] Syntax error if .ptl ends with whitespaces
Syntax error if .ptl ends with whitespaces
2004-07-06
2004-07-06
Re: Syntax error if .ptl ends with whitespaces
2004-07-06
Re: R: [Quixote-users] Syntax error if .ptl ends with whitespaces
Re: R: [Quixote-users] Syntax error if .ptl ends with whitespaces
Neil Schemenauer
2004-07-07
On Tue, Jul 06, 2004 at 03:31:35PM +0200, Daniele Varrazzo wrote:
> To reproduce the error is enough to add any whitespace after the last CR/LF
> in demo/pages.ptl in the Quixote distribution: it fails compiling. A copy of
> the full traceback is at the end of this message.

This is a bug in Python's compile() function or the parsermodule.
Could someone file a bug in the Python bug tracker?  You should
be able to reproduce it without Quixote by creating a .py file and
parsing it with the parser module.

  Neil

reply