We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ca9a commit 8f2e924Copy full SHA for 8f2e924
Doc/c-api/file.rst
@@ -131,3 +131,15 @@ the :mod:`io` APIs instead.
131
132
Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on
133
failure; the appropriate exception will be set.
134
+
135
136
+Deprecated API
137
+^^^^^^^^^^^^^^
138
139
+.. c:function:: PyObject *PyFile_NewStdPrinter(void)
140
141
+.. c:var:: PyTypeObject PyStdPrinter_Type
142
143
+ These are :term:`soft deprecated` APIs that were included in Python's C API
144
+ by mistake. They are documented solely for completeness; use other
145
+ ``PyFile*`` APIs instead.
0 commit comments