Staging
v0.8.1
https://github.com/python/cpython
Revision 0ec3126222c756b71f8847c6241b3e1f0a3fb3e0 authored by Guido van Rossum on 10 August 1995, 18:09:16 UTC, committed by Guido van Rossum on 10 August 1995, 18:09:16 UTC
1 parent f68ec39
Raw File
Tip revision: 0ec3126222c756b71f8847c6241b3e1f0a3fb3e0 authored by Guido van Rossum on 10 August 1995, 18:09:16 UTC
added normpath() and splitdrive()
Tip revision: 0ec3126
liballos.tex
\chapter{Generic Operating System Services}

The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
such as files and a clock.  The interfaces are generally modelled
after the \UNIX{} or C interfaces but they are available on most other
systems as well.  Here's an overview:

\begin{description}

\item[os]
--- Miscellaneous OS interfaces.

\item[time]
--- Time access and conversions.

\item[getopt]
--- Parser for command line options.

\item[tempfile]
--- Generate temporary file names.

\end{description}
back to top