IndentationError: two many levels of indentation

Greg Ewing (using news.cis.dfn.de) me at privacy.net
Tue Mar 11 16:59:17 EST 2003


Alex Martelli wrote:
> Removing the limit altogether ... might be
> achieved by turning those arrays into dynamically resized ones,

Use a Python list object!

Probably the reason it doesn't already do that is because
Guido wrote the tokeniser before any of the rest of
Python existed.

Hmmm... isn't someone working on rewriting parts of
the core in Python? That might make the problem go
away, too.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list