]> granicus.if.org Git - python/commitdiff
remove a versionadded
authorBenjamin Peterson <benjamin@python.org>
Sat, 14 Jun 2008 02:23:29 +0000 (02:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 14 Jun 2008 02:23:29 +0000 (02:23 +0000)
Doc/library/multiprocessing.rst

index bb374b355e4147b27d52e79008486cf604de16e9..a220e486e336a1a11fcfd7b3447bea55a211cb46 100644 (file)
@@ -4,8 +4,6 @@
 .. module:: multiprocessing
    :synopsis: Process-based "threading" interface.
 
-.. versionadded:: 2.6
-
 :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
 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
 this to work.
 
-.. literalinclude:: ../includes/mp_distributing.py
\ No newline at end of file
+.. literalinclude:: ../includes/mp_distributing.py