[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Tue, 24 Aug 1999 18:14:58 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc/tut
In directory weyr:/home/fdrake/projects/python/Doc/tut

Modified Files:
	tut.tex 
Log Message:

Added paragraph explaining that except clauses can't be empty; that
pass can be used if needed.  By Dan Wolfe <wolfeman@apple.com>.