| Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 1 | \chapter{Generic Operating System Services} |
| Fred Drake | 1f3ab1c | 1998-02-18 15:22:08 +0000 | [diff] [blame] | 2 | \label{allos} |
| Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 3 | |
| 4 | The modules described in this chapter provide interfaces to operating |
| 5 | system features that are available on (almost) all operating systems, |
| 6 | such as files and a clock. The interfaces are generally modelled |
| Fred Drake | 1f3ab1c | 1998-02-18 15:22:08 +0000 | [diff] [blame] | 7 | after the \UNIX{} or \C{} interfaces but they are available on most |
| 8 | other systems as well. Here's an overview: |
| Guido van Rossum | ecde781 | 1995-03-28 13:35:14 +0000 | [diff] [blame] | 9 | |
| Fred Drake | b91e934 | 1998-07-23 17:59:49 +0000 | [diff] [blame] | 10 | \localmoduletable |