summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-26 05:51:50 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-26 05:51:50 (GMT)
commit0b71ceaeff8af6e69e1c049de751edad70f9b632 (patch)
tree23c1ffe155448d60f5c56761a9ffe25719f45429 /Doc
parentd5fadf75e4d18df61db41205ace0cda28d98eeaa (diff)
downloadcpython-0b71ceaeff8af6e69e1c049de751edad70f9b632.zip
cpython-0b71ceaeff8af6e69e1c049de751edad70f9b632.tar.gz
cpython-0b71ceaeff8af6e69e1c049de751edad70f9b632.tar.bz2
Note that including Python.h includes limits.h when available.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/api.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 6ce5f29..18753c1 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -74,8 +74,8 @@ API are included in your code by the following line:
\end{verbatim}
This implies inclusion of the following standard headers:
-\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>}, and
-\code{<stdlib.h>} (if available).
+\code{<stdio.h>}, \code{<string.h>}, \code{<errno.h>},
+\code{<limits.h>}, and \code{<stdlib.h>} (if available).
All user visible names defined by Python.h (except those defined by
the included standard headers) have one of the prefixes \samp{Py} or