[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.55,1.56

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 18 Oct 2002 08:18:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv19045

Modified Files:
	ref6.tex 
Log Message:
Added cross-references to related material on exceptions.
Closes SF bug #217195.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** ref6.tex	25 Jun 2002 13:36:41 -0000	1.55
--- ref6.tex	18 Oct 2002 15:18:18 -0000	1.56
***************
*** 560,563 ****
--- 560,566 ----
  the current scope.
  
+ Additional information on exceptions can be found in
+ section~\ref{exceptions}, and information about handling exceptions is
+ in section~\ref{try}.