Use py_resource module
[python/dscho.git] / Doc / liballos.tex
blobb5a207e2b853ac5f602093f1f68b4452dd61fbca
1 \chapter{Generic Operating System Services}
3 The modules described in this chapter provide interfaces to operating
4 system features that are available on (almost) all operating systems,
5 such as files and a clock. The interfaces are generally modelled
6 after the \UNIX{} or C interfaces but they are available on most other
7 systems as well. Here's an overview:
9 \begin{description}
11 \item[os]
12 --- Miscellaneous OS interfaces.
14 \item[time]
15 --- Time access and conversions.
17 \item[getopt]
18 --- Parser for command line options.
20 \item[tempfile]
21 --- Generate temporary file names.
23 \end{description}