Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 6c003210943fc91e5911bcbabe1fe4b0030cf38b authored by Benjamin Peterson on 15 October 2014, 22:07:54 UTC
goodbye, 2.6
Tip revision: 6c00321
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