]> granicus.if.org Git - python/commit
Create two new exceptions: IndentationError and TabError. These are
authorFred Drake <fdrake@acm.org>
Tue, 11 Jul 2000 17:53:00 +0000 (17:53 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Jul 2000 17:53:00 +0000 (17:53 +0000)
commit85f363990cbd6df21015eebdc171c533176e3407
tree4aa69857ffe21991384e379799f42ba308a58086
parent88e1932930245b2f7ed300ff8b31034db7ecda5b
Create two new exceptions:  IndentationError and TabError.  These are
used for indentation related errors.  This patch includes Ping's
improvements for indentation-related error messages.

Closes SourceForge patches #100734 and #100856.
Include/errcode.h
Include/parsetok.h
Lib/test/output/test_exceptions
Lib/test/test_exceptions.py
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/tokenizer.c
Python/exceptions.c
Python/pythonrun.c