]> granicus.if.org Git - python/commitdiff
PyErr_Format():
authorFred Drake <fdrake@acm.org>
Mon, 10 Apr 2000 18:46:22 +0000 (18:46 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 10 Apr 2000 18:46:22 +0000 (18:46 +0000)
        Remove statement that the return value is always NULL; this is
        generated by the formatting.

Doc/api/api.tex

index 6b4786cdbfb1ec1ce7aa5b8fee710ef9f17f33e4..64feded831f0156b6eb9e12989ab7969692a379a 100644 (file)
@@ -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}