mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

svn+ssh://pythondev@svn.python.org/python/trunk ........ r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines add the multiprocessing package to fulfill PEP 371 ........ r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines fix import of multiprocessing by juggling imports ........
23 lines
578 B
ReStructuredText
23 lines
578 B
ReStructuredText
|
|
.. _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_thread.rst
|
|
multiprocessing.rst
|
|
mmap.rst
|
|
readline.rst
|
|
rlcompleter.rst
|