Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
95a939cf
Commit
95a939cf
authored
Jun 14, 2008
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove a versionadded
parent
a08702ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Doc/library/multiprocessing.rst
Doc/library/multiprocessing.rst
+1
-3
No files found.
Doc/library/multiprocessing.rst
View file @
95a939cf
...
@@ -4,8 +4,6 @@
...
@@ -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.
...
@@ -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
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment