From: Fred Drake Date: Fri, 2 Jan 1998 03:24:19 +0000 (+0000) Subject: Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all X-Git-Tag: v1.5.1~1031 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85a5c52752813844a20674e9f062b1386fcd3ee1;p=python Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all gave the return type as part of the function field and used an empty return type field. Fixed. Function name field for PyLong_FromString() included an asterisk at the beginning of the function name field; removed. --- diff --git a/Doc/api.tex b/Doc/api.tex index a39e15dc71..b9ee79e96a 100644 --- a/Doc/api.tex +++ b/Doc/api.tex @@ -1012,13 +1012,13 @@ more detailed way with the interpreter. \begin{cfuncdesc}{struct _node *}{PyParser_SimpleParseFile}{FILE *, char *, int} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *PyRun_String}{char *, int, PyObject *, PyObject *} +\begin{cfuncdesc}{PyObject *}{PyRun_String}{char *, int, PyObject *, PyObject *} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *PyRun_File}{FILE *, char *, int, PyObject *, PyObject *} +\begin{cfuncdesc}{PyObject *}{PyRun_File}{FILE *, char *, int, PyObject *, PyObject *} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *Py_CompileString}{char *, char *, int} +\begin{cfuncdesc}{PyObject *}{Py_CompileString}{char *, char *, int} \end{cfuncdesc} @@ -2670,7 +2670,7 @@ returns true if it's argument is a \code{PyLongObject} \end{cfuncdesc} -\begin{cfuncdesc}{PyObject *}{*PyLong_FromString}{char *, char **, int} +\begin{cfuncdesc}{PyObject *}{PyLong_FromString}{char *, char **, int} \end{cfuncdesc} diff --git a/Doc/api/api.tex b/Doc/api/api.tex index a39e15dc71..b9ee79e96a 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -1012,13 +1012,13 @@ more detailed way with the interpreter. \begin{cfuncdesc}{struct _node *}{PyParser_SimpleParseFile}{FILE *, char *, int} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *PyRun_String}{char *, int, PyObject *, PyObject *} +\begin{cfuncdesc}{PyObject *}{PyRun_String}{char *, int, PyObject *, PyObject *} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *PyRun_File}{FILE *, char *, int, PyObject *, PyObject *} +\begin{cfuncdesc}{PyObject *}{PyRun_File}{FILE *, char *, int, PyObject *, PyObject *} \end{cfuncdesc} -\begin{cfuncdesc}{}{PyObject *Py_CompileString}{char *, char *, int} +\begin{cfuncdesc}{PyObject *}{Py_CompileString}{char *, char *, int} \end{cfuncdesc} @@ -2670,7 +2670,7 @@ returns true if it's argument is a \code{PyLongObject} \end{cfuncdesc} -\begin{cfuncdesc}{PyObject *}{*PyLong_FromString}{char *, char **, int} +\begin{cfuncdesc}{PyObject *}{PyLong_FromString}{char *, char **, int} \end{cfuncdesc}