From 45dabc58d3ae22c571fae15a917c9c854b7a9ca7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Jul 2002 17:52:05 +0000 Subject: [PATCH] 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. --- Doc/lib/libre.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 99cf735f08c1..d7abffe3c3b4 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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 -- 2.47.3