[Python-checkins] python/dist/src/Doc/lib liblogging.tex,1.15,1.16

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 8 15:44:52 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26448

Modified Files:
	liblogging.tex 
Log Message:
give rational filenames to some of the generated HTML


Index: liblogging.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liblogging.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** liblogging.tex	8 Jan 2004 14:59:02 -0000	1.15
--- liblogging.tex	8 Apr 2004 19:44:31 -0000	1.16
***************
*** 946,950 ****
  
  
! \subsubsection{Configuration functions}
  
  The following functions allow the logging module to be
--- 946,951 ----
  
  
! \subsubsection{Configuration functions%
!                \label{logging-config-api}}
  
  The following functions allow the logging module to be
***************
*** 980,984 ****
  \end{funcdesc}
  
! \subsubsection{Configuration file format}
  
  The configuration file format understood by \function{fileConfig} is
--- 981,986 ----
  \end{funcdesc}
  
! \subsubsection{Configuration file format%
!                \label{logging-config-fileformat}}
  
  The configuration file format understood by \function{fileConfig} is




More information about the Python-checkins mailing list