[Python-Dev] Sorry. No Release.

Fred L. Drake, Jr. fdrake@beopen.com
Mon, 3 Jul 2000 18:58:22 -0400 (EDT)


Ka-Ping Yee writes:
 > But what i'd really like is an IndentationError that shows
 > up whenever there's an indentation problem.

  That's what I think of when I hear "IndentationError" -- TabError is
a specialized case of that.
  I think the general IndentationError will be hard to do, since many
cases are just another parse error by the time they can be turned into
exceptions.  Unless I'm misreading that code.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member