Add a glossary entry for file objects.

This commit is contained in:
Antoine Pitrou 2010-09-15 09:58:26 +00:00
parent 5aa0d10560
commit 0b65b0fc83
3 changed files with 21 additions and 4 deletions

View file

@ -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.