[Python-checkins] python/dist/src/Doc/lib libre.tex,1.73.6.7,1.73.6.8
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Tue, 30 Jul 2002 10:52:07 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv14709
Modified Files:
Tag: release22-maint
libre.tex
Log Message:
SF patch #581414: info reader bug
The "Matching vs. Searching" Info node is unreachable from the Info
program (but is fine in Emacs's Info mode). This patch seems to fix
it. This is the only occurrence where the info reader fails, so
probably it could be addressed in the python docs as a workaround.
Forwarded the report to the info maintainer.
Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.73.6.7
retrieving revision 1.73.6.8
diff -C2 -d -r1.73.6.7 -r1.73.6.8
*** libre.tex 22 Jun 2002 01:07:50 -0000 1.73.6.7
--- libre.tex 30 Jul 2002 17:52:05 -0000 1.73.6.8
***************
*** 390,394 ****
! \subsection{Matching vs. Searching \label{matching-searching}}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
--- 390,396 ----
! % Note the lack of a period in the section title; it causes problems
! % with readers of the GNU info version. See http://www.python.org/sf/581414.
! \subsection{Matching vs Searching \label{matching-searching}}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}