[Python-checkins] CVS: python/dist/src/Doc/lib libparser.tex,1.31.2.1,1.31.2.2

Fred L. Drake python-dev@python.org
Sun, 19 Mar 2000 22:06:19 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	libparser.tex 
Log Message:

Moved comment so LaTeX2HTML doesn't break.


Index: libparser.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libparser.tex,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -C2 -r1.31.2.1 -r1.31.2.2
*** libparser.tex	2000/03/16 19:46:52	1.31.2.1
--- libparser.tex	2000/03/20 03:06:16	1.31.2.2
***************
*** 1,4 ****
! % libparser.tex
! %
  % Copyright 1995 Virginia Polytechnic Institute and State University
  % and Fred L. Drake, Jr.  This copyright notice must be distributed on
--- 1,5 ----
! \section{\module{parser} ---
!          Access Python parse trees}
! 
  % Copyright 1995 Virginia Polytechnic Institute and State University
  % and Fred L. Drake, Jr.  This copyright notice must be distributed on
***************
*** 8,15 ****
  % restriction does not affect other elements in a distributed package
  % in any way.
- %
- 
- \section{\module{parser} ---
-          Access Python parse trees}
  
  \declaremodule{builtin}{parser}
--- 9,12 ----