PyErr_Format():

Remove statement that the return value is always NULL; this is
        generated by the formatting.
This commit is contained in:
Fred Drake 2000-04-10 18:46:22 +00:00
parent 98605b54b4
commit 37f41565a8

View 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}