someos.rst 599 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

.. _someos:

**********************************
Optional Operating System Services
**********************************

The modules described in this chapter provide interfaces to operating system
features that are available on selected operating systems only. The interfaces
are generally modeled after the Unix or C interfaces but they are available on
some other systems as well (e.g. Windows or NT).  Here's an overview:


.. toctree::

   select.rst
   threading.rst
18
   thread.rst
19
   dummy_threading.rst
20
   dummy_thread.rst
21
   multiprocessing.rst
22 23 24
   mmap.rst
   readline.rst
   rlcompleter.rst