mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
flushline and writestring can now return an error
This commit is contained in:
parent
f1e6354548
commit
745b8cff08
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ extern PyObject *PyFile_Name Py_PROTO((PyObject *));
|
|||
extern PyObject *PyFile_GetLine Py_PROTO((PyObject *, int));
|
||||
extern int PyFile_WriteObject Py_PROTO((PyObject *, PyObject *, int));
|
||||
extern int PyFile_SoftSpace Py_PROTO((PyObject *, int));
|
||||
extern void PyFile_WriteString Py_PROTO((char *, PyObject *));
|
||||
extern int PyFile_WriteString Py_PROTO((char *, PyObject *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue