From: Fred Drake Date: Mon, 10 Apr 2000 18:46:22 +0000 (+0000) Subject: PyErr_Format(): X-Git-Tag: v1.6a2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37f41565a850e0e9a15eb99dab1f2ac3f153b803;p=thirdparty%2FPython%2Fcpython.git PyErr_Format(): Remove statement that the return value is always NULL; this is generated by the formatting. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 6b4786cdbfb1..64feded831f0 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -866,7 +866,6 @@ subsequent arguments are converted to output by the C library's \cfunction{vsprintf()} function. The buffer used internally by PyErr_Format is 500 bytes long. The caller is responsible for guaranteeing that the formatted output does not overflow the buffer. -The return value is always \NULL{}. \end{cfuncdesc} \begin{cfuncdesc}{void}{PyErr_SetNone}{PyObject *type}