[Python-3000-checkins] r64264 - python/branches/py3k/Doc/library/multiprocessing.rst

benjamin.peterson python-3000-checkins at python.org
Sat Jun 14 04:23:30 CEST 2008


Author: benjamin.peterson
Date: Sat Jun 14 04:23:29 2008
New Revision: 64264

Log:
remove a versionadded

Modified:
   python/branches/py3k/Doc/library/multiprocessing.rst

Modified: python/branches/py3k/Doc/library/multiprocessing.rst
==============================================================================
--- python/branches/py3k/Doc/library/multiprocessing.rst	(original)
+++ python/branches/py3k/Doc/library/multiprocessing.rst	Sat Jun 14 04:23:29 2008
@@ -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 @@
 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


More information about the Python-3000-checkins mailing list