]> granicus.if.org Git - python/commitdiff
SF patch #581414: info reader bug
authorFred Drake <fdrake@acm.org>
Tue, 30 Jul 2002 17:51:20 +0000 (17:51 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Jul 2002 17:51:20 +0000 (17:51 +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 3531e82bba2da5c6e9a9f08266c01068b99674ae..4a5eda361ca31cefdf1c9193fdfdaef25f6547aa 100644 (file)
@@ -378,7 +378,9 @@ Octal escapes are included in a limited form: If the first digit is a
 escape. Otherwise, it is a group reference.
 
 
-\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