Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed773ef

Browse files
committed
Include the new text on reporting bugs in a few useful places.
This closes SourceForge bug #114792.
1 parent cb0a0b3 commit ed773ef

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/api/api.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4798,6 +4798,10 @@ \section{Buffer Object Structures \label{buffer-structs}}
47984798
% XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG.
47994799

48004800

4801+
\appendix
4802+
\chapter{Reporting Bugs}
4803+
\input{reportingbugs}
4804+
48014805
\input{api.ind} % Index -- must be last
48024806

48034807
\end{document}

Doc/ext/ext.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,4 +2148,9 @@ \section{Linking Requirements
21482148
corresponds to the variable of the same name in Python's top-level
21492149
\file{Makefile}.
21502150

2151+
2152+
\appendix
2153+
\chapter{Reporting Bugs}
2154+
\input{reportingbugs}
2155+
21512156
\end{document}

Doc/lib/lib.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,10 @@ \chapter*{Front Matter\label{front}}
293293
\input{libwinreg}
294294
\input{libwinsound}
295295

296+
\appendix
296297
\input{libundoc}
298+
\chapter{Reporting Bugs}
299+
\input{reportingbugs}
297300

298301
%
299302
% The ugly "%begin{latexonly}" pseudo-environments are really just to

0 commit comments

Comments
 (0)