[Python-checkins] CVS: python/dist/src/Doc/lib compiler.tex,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 02 Nov 2001 11:41:25 -0800


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

Modified Files:
	compiler.tex 
Log Message:
Make sure there are no weird nesting behaviors; the PDF version will not
format if there are (building the "bookmarks" for the reader breaks).


Index: compiler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/compiler.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** compiler.tex	2001/09/27 20:06:07	1.1
--- compiler.tex	2001/11/02 19:41:23	1.2
***************
*** 31,35 ****
  
  
! \subsection{The basic interface}
  
  \declaremodule{}{compiler}
--- 31,35 ----
  
  
! \section{The basic interface}
  
  \declaremodule{}{compiler}
***************
*** 68,72 ****
  \module{transformer}, and \refmodule[compiler.visitor]{visitor}.
  
! \subsection{Limitations}
  
  There are some problems with the error checking of the compiler
--- 68,72 ----
  \module{transformer}, and \refmodule[compiler.visitor]{visitor}.
  
! \section{Limitations}
  
  There are some problems with the error checking of the compiler