This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: What’s New In Python 3.4: stray "("
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jwilk, python-dev
Priority: normal Keywords:

Created on 2015-07-01 18:57 by jwilk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg246043 - (view) Author: Jakub Wilk (jwilk) Date: 2015-07-01 18:57
https://docs.python.org/3/whatsnew/3.4.html#multiprocessing reads:
"On Unix two new start methods, (spawn and forkserver, have been added for starting processes using multiprocessing."

This stray "(" should be removed.
msg246056 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-07-02 03:37
New changeset 74e75a9aa562 by Benjamin Peterson in branch '3.4':
remove stray '(' (closes #24547)
https://hg.python.org/cpython/rev/74e75a9aa562
History
Date User Action Args
2022-04-11 14:58:18adminsetgithub: 68735
2015-07-02 03:37:56python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg246056

resolution: fixed
stage: resolved
2015-07-01 18:57:56jwilkcreate