From: Fred Drake Date: Thu, 21 Sep 2000 21:35:22 +0000 (+0000) Subject: Include the new text on reporting bugs in a few useful places. X-Git-Tag: v2.0b2~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed773ef78d87395531cf62c61d7951026531a3c1;p=thirdparty%2FPython%2Fcpython.git Include the new text on reporting bugs in a few useful places. This closes SourceForge bug #114792. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 9acc8e85646a..f926facb95be 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -4798,6 +4798,10 @@ The function cannot fail. % XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG. +\appendix +\chapter{Reporting Bugs} +\input{reportingbugs} + \input{api.ind} % Index -- must be last \end{document} diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 38215fad66b4..ae1b543f7d1c 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -2148,4 +2148,9 @@ additional options. The \constant{LINKFORSHARED} definition corresponds to the variable of the same name in Python's top-level \file{Makefile}. + +\appendix +\chapter{Reporting Bugs} +\input{reportingbugs} + \end{document} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 5fd378c428e2..87101f8d65a5 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -293,7 +293,10 @@ and how to embed it in other applications. \input{libwinreg} \input{libwinsound} +\appendix \input{libundoc} +\chapter{Reporting Bugs} +\input{reportingbugs} % % The ugly "%begin{latexonly}" pseudo-environments are really just to