Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _allos: |
| 2 | |
| 3 | ********************************* |
| 4 | Generic Operating System Services |
| 5 | ********************************* |
| 6 | |
| 7 | The modules described in this chapter provide interfaces to operating system |
| 8 | features that are available on (almost) all operating systems, such as files and |
| 9 | a clock. The interfaces are generally modeled after the Unix or C interfaces, |
| 10 | but they are available on most other systems as well. Here's an overview: |
| 11 | |
| 12 | |
| 13 | .. toctree:: |
| 14 | |
| 15 | os.rst |
Georg Brandl | 014197c | 2008-04-09 18:40:51 +0000 | [diff] [blame] | 16 | io.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 17 | time.rst |
Steven Bethard | 6d26569 | 2010-03-02 09:22:57 +0000 | [diff] [blame] | 18 | argparse.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 19 | optparse.rst |
| 20 | getopt.rst |
| 21 | logging.rst |
Vinay Sajip | c63619b | 2010-12-19 12:56:57 +0000 | [diff] [blame^] | 22 | logging.config.rst |
| 23 | logging.handlers.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 24 | getpass.rst |
| 25 | curses.rst |
| 26 | curses.ascii.rst |
| 27 | curses.panel.rst |
| 28 | platform.rst |
| 29 | errno.rst |
| 30 | ctypes.rst |