diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 19:24:04 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 19:24:04 +0000 |
commit | a40191c305a26d6f879f140153261dc12831a69d (patch) | |
tree | 2100350353bd701d9182107ab52dc19e499caf2c /Doc/api/api.tex | |
parent | 897afc43ad05db637c2490db323b4526c41eeda7 (diff) | |
download | cpython-git-a40191c305a26d6f879f140153261dc12831a69d.tar.gz |
[Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit.
Diffstat (limited to 'Doc/api/api.tex')
-rw-r--r-- | Doc/api/api.tex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 6fa8c4177d..cf28f5b4cf 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -48,11 +48,6 @@ code releases.} \input{newtypes} -% \chapter{Debugging \label{debugging}} -% -% XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG. - - \appendix \chapter{Reporting Bugs} \input{reportingbugs} |