[Python-Dev] SyntaxError patches

Skip Montanaro skip@mojam.com (Skip Montanaro)
Wed, 12 Jul 2000 10:01:46 -0500 (CDT)


    SyntaxError: dedent does not match any outer indentation level

Isn't something like "line indented incorrectly" sufficient to alert the
programmer to an indentation on that line?  Perhaps Python doesn't need to
tell which direction to push the line.

Skip