blob: dd046c95bc125eae73c58d07723ceeb3ac979027 [file] [log] [blame]
Fred Drake9ade7e01999-05-11 13:45:37 +00001\chapter{Generic Operating System Services \label{allos}}
Guido van Rossumecde7811995-03-28 13:35:14 +00002
3The modules described in this chapter provide interfaces to operating
4system features that are available on (almost) all operating systems,
Thomas Woutersf8316632000-07-16 19:01:10 +00005such as files and a clock. The interfaces are generally modeled
Fred Drake9ade7e01999-05-11 13:45:37 +00006after the \UNIX{} or C interfaces, but they are available on most
Fred Drake1f3ab1c1998-02-18 15:22:08 +00007other systems as well. Here's an overview:
Guido van Rossumecde7811995-03-28 13:35:14 +00008
Fred Drakeb91e9341998-07-23 17:59:49 +00009\localmoduletable