Staging
v0.8.1
Revision 793ae0d0ae02ce91c626472ca2b3e2f8d4d6229a authored by Martin Panter on 17 November 2015, 22:13:47 UTC, committed by Martin Panter on 17 November 2015, 22:13:47 UTC
1 parent a5d1cf3
Raw File
someos.rst

.. _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
   thread.rst
   dummy_threading.rst
   dummy_thread.rst
   multiprocessing.rst
   mmap.rst
   readline.rst
   rlcompleter.rst
back to top