[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.72,1.73

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 25 Nov 2002 08:02:19 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv18126

Modified Files:
	whatsnew23.tex 
Log Message:
Remove \module{} in link text to avoid HTML generation bug


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** whatsnew23.tex	20 Nov 2002 13:50:15 -0000	1.72
--- whatsnew23.tex	25 Nov 2002 16:02:13 -0000	1.73
***************
*** 521,527 ****
  is only a partial overview of the \module{logging} package's features,
  so please see the
! \ulink{\module{logging} package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html}
! for all of the details.  Reading
! \pep{282} will also be helpful.
  
  
--- 521,526 ----
  is only a partial overview of the \module{logging} package's features,
  so please see the
! \ulink{package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html}
! for all of the details.  Reading \pep{282} will also be helpful.