mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add a glossary entry for file objects.
This commit is contained in:
parent
5aa0d10560
commit
0b65b0fc83
3 changed files with 21 additions and 4 deletions
|
@ -617,7 +617,7 @@ correspond to Unix system calls applicable to sockets.
|
|||
|
||||
.. index:: single: I/O control; buffering
|
||||
|
||||
Return a :dfn:`file object` associated with the socket. The exact
|
||||
Return a :term:`file object` associated with the socket. The exact
|
||||
returned type depends on the arguments given to :meth:`makefile`. These
|
||||
arguments are interpreted the same way as by the built-in :func:`open`
|
||||
function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue