blob: 745d1d2d765bce9c04d374ce336878fc94635c54 [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
Vinay Sajip5dbca9c2011-04-08 11:40:38 +010023 logging.config.rst
24 logging.handlers.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000025 getpass.rst
26 curses.rst
27 curses.ascii.rst
28 curses.panel.rst
29 platform.rst
30 errno.rst
31 ctypes.rst