[Python-checkins] CVS: python/dist/src/Lib/test/output test_exceptions,1.3,1.4

Fred L. Drake python-dev@python.org
Tue, 11 Jul 2000 10:53:03 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7915/Lib/test/output

Modified Files:
	test_exceptions 
Log Message:

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.


Index: test_exceptions
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_exceptions,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_exceptions	2000/06/25 10:44:57	1.3
--- test_exceptions	2000/07/11 17:52:59	1.4
***************
*** 29,32 ****
--- 29,36 ----
  SyntaxError
  spam
+ IndentationError
+ spam
+ TabError
+ spam
  SystemError
  (hard to reproduce)