]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF patch #581414: info reader bug
authorFred Drake <fdrake@acm.org>
Tue, 30 Jul 2002 17:52:05 +0000 (17:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Jul 2002 17:52:05 +0000 (17:52 +0000)
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.

Doc/lib/libre.tex

index 99cf735f08c1c098da3516dd7de4ff55f259f8e9..d7abffe3c3b4a07d1a93663f20a9882750cd97bf 100644 (file)
@@ -389,7 +389,9 @@ is relatively difficult to maintain, as the same syntax is used to
 refer to numbered groups.
 
 
-\subsection{Matching vs. Searching \label{matching-searching}}
+% 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}
 
 Python offers two different primitive operations based on regular