diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-21 21:35:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-21 21:35:22 (GMT) |
commit | ed773ef78d87395531cf62c61d7951026531a3c1 (patch) | |
tree | 403c3ccc05ea7fb7f2be3fe72edae9be5a43e88d /Doc/api | |
parent | cb0a0b3e80b63503fa6c7663ef7530d10a2f0c6f (diff) | |
download | cpython-ed773ef78d87395531cf62c61d7951026531a3c1.zip cpython-ed773ef78d87395531cf62c61d7951026531a3c1.tar.gz cpython-ed773ef78d87395531cf62c61d7951026531a3c1.tar.bz2 |
Include the new text on reporting bugs in a few useful places.
This closes SourceForge bug #114792.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/api.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 9acc8e8..f926fac 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} |