2007-08-15 11:28:01 -03:00
|
|
|
|
|
|
|
.. _allos:
|
|
|
|
|
|
|
|
*********************************
|
|
|
|
Generic Operating System Services
|
|
|
|
*********************************
|
|
|
|
|
|
|
|
The modules described in this chapter provide interfaces to operating system
|
|
|
|
features that are available on (almost) all operating systems, such as files and
|
|
|
|
a clock. The interfaces are generally modeled after the Unix or C interfaces,
|
|
|
|
but they are available on most other systems as well. Here's an overview:
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
os.rst
|
2008-04-12 23:01:27 -03:00
|
|
|
io.rst
|
2007-08-15 11:28:01 -03:00
|
|
|
time.rst
|
2010-03-02 04:38:09 -04:00
|
|
|
argparse.rst
|
2007-08-15 11:28:01 -03:00
|
|
|
optparse.rst
|
|
|
|
getopt.rst
|
|
|
|
logging.rst
|
|
|
|
getpass.rst
|
|
|
|
curses.rst
|
|
|
|
curses.ascii.rst
|
|
|
|
curses.panel.rst
|
|
|
|
platform.rst
|
|
|
|
errno.rst
|
|
|
|
ctypes.rst
|