From: Fred Drake Date: Tue, 26 Sep 2000 05:51:50 +0000 (+0000) Subject: Note that including Python.h includes limits.h when available. X-Git-Tag: v2.0b2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b71ceaeff8af6e69e1c049de751edad70f9b632;p=python Note that including Python.h includes limits.h when available. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 6ce5f29121..18753c17af 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