From 0b71ceaeff8af6e69e1c049de751edad70f9b632 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 26 Sep 2000 05:51:50 +0000 Subject: Note that including Python.h includes limits.h when available. --- Doc/api/api.tex | 4 ++-- 1 file 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{}, \code{}, \code{}, and -\code{} (if available). +\code{}, \code{}, \code{}, +\code{}, and \code{} (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 -- cgit v0.12