blob: 6def14929251b1d0c5079c899b69ce659b1e8fb4 [file] [log] [blame]
Guido van Rossumecde7811995-03-28 13:35:14 +00001\chapter{Generic Operating System Services}
Fred Drake1f3ab1c1998-02-18 15:22:08 +00002\label{allos}
Guido van Rossumecde7811995-03-28 13:35:14 +00003
4The modules described in this chapter provide interfaces to operating
5system features that are available on (almost) all operating systems,
6such as files and a clock. The interfaces are generally modelled
Fred Drake1f3ab1c1998-02-18 15:22:08 +00007after the \UNIX{} or \C{} interfaces but they are available on most
8other systems as well. Here's an overview:
Guido van Rossumecde7811995-03-28 13:35:14 +00009
Fred Drakeb91e9341998-07-23 17:59:49 +000010\localmoduletable