remove a versionadded

This commit is contained in:
Benjamin Peterson 2008-06-14 02:23:29 +00:00
parent a08702aca6
commit 95a939cf11
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@
.. module:: multiprocessing .. module:: multiprocessing
:synopsis: Process-based "threading" interface. :synopsis: Process-based "threading" interface.
.. versionadded:: 2.6
:mod:`multiprocessing` is a package for the Python language which supports the :mod:`multiprocessing` is a package for the Python language which supports the
spawning of processes using a similar API of the :mod:`threading` module. It spawning of processes using a similar API of the :mod:`threading` module. It
runs on both Unix and Windows. runs on both Unix and Windows.
@ -2105,4 +2103,4 @@ distributed queue to a "cluster" of machines on a network, accessible via SSH.
You will need to have private key authentication for all hosts configured for You will need to have private key authentication for all hosts configured for
this to work. this to work.
.. literalinclude:: ../includes/mp_distributing.py .. literalinclude:: ../includes/mp_distributing.py