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

Fred L. Drake python-dev@python.org
2000年7月11日 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)

AltStyle によって変換されたページ (->オリジナル) /