Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: baacaac06f93dd624c9d7b3bac0e13fbe34f2d8c authored by Benjamin Peterson on 16 February 2019, 19:02:20 UTC
Set version to 2.7.16rc1.
Tip revision: baacaac
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