summaryrefslogtreecommitdiffstats
path: root/Doc/ext
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-07 14:40:16 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-07 14:40:16 (GMT)
commitfdacc58bfeee17d0ca0d895d6c094bf700b70acb (patch)
tree4313e46abf1316b7833da1affb1de52984370b72 /Doc/ext
parent18b0db3b53a180f18009e6415ba9f943bcd86635 (diff)
downloadcpython-fdacc58bfeee17d0ca0d895d6c094bf700b70acb.zip
cpython-fdacc58bfeee17d0ca0d895d6c094bf700b70acb.tar.gz
cpython-fdacc58bfeee17d0ca0d895d6c094bf700b70acb.tar.bz2
Added pointer to api.tex and note about the out-of-date-ness of this
document.
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/ext.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index bfcff50..6626130 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -37,6 +37,13 @@ Python Library Reference documents the existing object types,
functions and modules (both built-in and written in Python) that give
the language its wide application range.
+For a detailed description of the whole Python/C API, see the separate
+Python/C API Reference Manual. \strong{Note:} While that manual is
+still in a state of flux, it is safe to say that it is much more up to
+date than the manual you're reading currently (which has been in need
+for an upgrade for some time now).
+
+
\end{abstract}
\pagebreak