aboutsummaryrefslogtreecommitdiff
blob: de0e56c0f1bdf213ce7c30da8cb1b05ba5af2994 (plain)
1
2
3
4
__doc__ = """This module performs file control and I/O control on file
descriptors.  It is an interface to the fcntl() and ioctl() Unix
routines.  File descriptors can be obtained with the fileno() method of
a file or socket object."""