Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 024ef6f

Browse files
committed
Remove the bogus flags parameter from the PyFile_WriteString() signature;
it has no such parameter. This closes SF bug #449761.
1 parent 9b75dca commit 024ef6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/api/api.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,8 +3984,7 @@ \subsection{File Objects \label{fileObjects}}
39843984
failure; the appropriate exception will be set.
39853985
\end{cfuncdesc}
39863986

3987-
\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p,
3988-
int flags}
3987+
\begin{cfuncdesc}{int}{PyFile_WriteString}{char *s, PyFileObject *p}
39893988
Writes string \var{s} to file object \var{p}. Returns \code{0} on
39903989
success or \code{-1} on failure; the appropriate exception will be
39913990
set.

0 commit comments

Comments
 (0)