[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.47.4.3,1.47.4.4

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


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

Modified Files:
      Tag: release22-maint
	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.47.4.3
retrieving revision 1.47.4.4
diff -C2 -d -r1.47.4.3 -r1.47.4.4
*** ref6.tex	5 Oct 2002 06:12:08 -0000	1.47.4.3
--- ref6.tex	18 Oct 2002 15:19:11 -0000	1.47.4.4
***************
*** 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}.