cpython/Doc/library/allos.rst

30 lines
678 B
ReStructuredText
Raw Normal View History

2007-08-15 11:28:22 -03:00
.. _allos:
*********************************
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 modeled after the Unix or C interfaces,
but they are available on most other systems as well. Here's an overview:
.. toctree::
os.rst
2008-04-09 15:40:51 -03:00
io.rst
2007-08-15 11:28:22 -03:00
time.rst
argparse.rst
2007-08-15 11:28:22 -03:00
getopt.rst
logging.rst
2010-12-19 08:56:57 -04:00
logging.config.rst
logging.handlers.rst
2007-08-15 11:28:22 -03:00
getpass.rst
curses.rst
curses.ascii.rst
curses.panel.rst
platform.rst
errno.rst
ctypes.rst