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 0a5f4a2 commit a96b85eCopy full SHA for a96b85e
Doc/library/os.rst
@@ -1294,8 +1294,8 @@ as internal buffering of data.
1294
1295
This function is intended for low-level I/O. For normal usage, use the
1296
built-in function :func:`open`, which returns a :term:`file object` with
1297
- :meth:`~io.BufferedIOBase.read` and :meth:`~io.BufferedIOBase.write` methods (and many
1298
- more). To wrap a file descriptor in a file object, use :func:`fdopen`.
+ :meth:`~io.BufferedIOBase.read` and :meth:`~io.BufferedIOBase.write` methods.
+ To wrap a file descriptor in a file object, use :func:`fdopen`.
1299
1300
.. versionchanged:: 3.3
1301
Added the *dir_fd* parameter.
0 commit comments