]> granicus.if.org Git - python/commitdiff
Remove the bogus flags parameter from the PyFile_WriteString() signature;
authorFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 14:27:38 +0000 (14:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 14:27:38 +0000 (14:27 +0000)
it has no such parameter.

This closes SF bug #449761.

Doc/api/api.tex

index e3f22325c4f793661821c615408bfb4c6b57baa3..69f0f02d5a70ebf9bb3e63d2d1f2ada2dff16b31 100644 (file)
@@ -3984,8 +3984,7 @@ if given, the \function{str()} of the object is written instead of the
 failure; the appropriate exception will be set.
 \end{cfuncdesc}
 
-\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p,
-                                           int flags}
+\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p}
 Writes string \var{s} to file object \var{p}.  Returns \code{0} on
 success or \code{-1} on failure; the appropriate exception will be
 set.