diff options
author | Fred Drake <fdrake@acm.org> | 2002-07-30 17:51:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-07-30 17:51:20 (GMT) |
commit | 5b11bdd0edfa87137e2733e7618e6c0a0f4310ff (patch) | |
tree | 2971be2e0d914b325ff196d6c547bb38ff45a052 /Doc | |
parent | 202a4b6fdd38fef12f46437b2588d041e3f2a685 (diff) | |
download | cpython-5b11bdd0edfa87137e2733e7618e6c0a0f4310ff.zip cpython-5b11bdd0edfa87137e2733e7618e6c0a0f4310ff.tar.gz cpython-5b11bdd0edfa87137e2733e7618e6c0a0f4310ff.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 3531e82..4a5eda3 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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 |