[Python-checkins] CVS: python/dist/src/Doc/lib libpdb.tex,1.30,1.31

Fred L. Drake fdrake@users.sourceforge.net
Wed, 18 Jul 2001 10:40:21 -0700


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

Modified Files:
	libpdb.tex 
Log Message:

Add some symbolic names to support hyperlinked references.


Index: libpdb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpdb.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** libpdb.tex	2001/02/14 03:20:18	1.30
--- libpdb.tex	2001/07/18 17:40:19	1.31
***************
*** 1,3 ****
! \chapter{The Python Debugger}
  
  \declaremodule{standard}{pdb}
--- 1,3 ----
! \chapter{The Python Debugger \label{debugger}}
  
  \declaremodule{standard}{pdb}
***************
*** 325,329 ****
  \end{description}
  
! \section{How It Works}
  
  Some changes were made to the interpreter:
--- 325,329 ----
  \end{description}
  
! \section{How It Works \label{debugger-hooks}}
  
  Some changes were made to the interpreter: