blob: b135485f300fa7618172c989fad6d671dd841c9b [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001
2.. _allos:
3
4*********************************
5Generic Operating System Services
6*********************************
7
8The modules described in this chapter provide interfaces to operating system
9features that are available on (almost) all operating systems, such as files and
10a clock. The interfaces are generally modeled after the Unix or C interfaces,
11but they are available on most other systems as well. Here's an overview:
12
13
14.. toctree::
15
16 os.rst
Benjamin Peterson7bb4d2d2008-04-13 02:01:27 +000017 io.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000018 time.rst
Steven Betharde9330e72010-03-02 08:38:09 +000019 argparse.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000020 optparse.rst
21 getopt.rst
22 logging.rst
23 getpass.rst
24 curses.rst
25 curses.ascii.rst
26 curses.panel.rst
27 platform.rst
28 errno.rst
29 ctypes.rst