Staging
v0.8.1
Revision 554d4f0c138df458d73031661a1bad91f6a02380 authored by Amaury Forgeot d'Arc on 29 March 2008, 00:49:07 UTC, committed by Amaury Forgeot d'Arc on 29 March 2008, 00:49:07 UTC
1 parent 8a69707
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
   thread.rst
   threading.rst
   dummy_thread.rst
   dummy_threading.rst
   mmap.rst
   readline.rst
   rlcompleter.rst
back to top