diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-14 02:23:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-14 02:23:29 (GMT) |
commit | 95a939cf11efd1025e6ba497a5640d857f40cd8b (patch) | |
tree | d2da2c0ec85c0c2a17ec9b718ce3d691daf77e7a | |
parent | a08702aca6905b14377e540fe84d159dcb816f80 (diff) | |
download | cpython-95a939cf11efd1025e6ba497a5640d857f40cd8b.zip cpython-95a939cf11efd1025e6ba497a5640d857f40cd8b.tar.gz cpython-95a939cf11efd1025e6ba497a5640d857f40cd8b.tar.bz2 |
remove a versionadded
-rw-r--r-- | Doc/library/multiprocessing.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index bb374b3..a220e48 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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 |