Issue 10885: multiprocessing docs - Python tracker (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/55094

classification

Title: multiprocessing docs
Type: Stage: resolved
Components: Documentation, Library (Lib) Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rosslagerwall Nosy List: asksol, docs@python, georg.brandl, jnoller, python-dev, rosslagerwall
Priority: normal Keywords: patch

Created on 2011-01-11 10:47 by rosslagerwall, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
docupdate.patch rosslagerwall,2011-01-11 10:47 Doc patch
Messages (2)
msg125995 - (view) Author: Ross Lagerwall (rosslagerwall) (Python committer) Date: 2011-01-11 10:47
I think there is a small docs bug: it says that multiprocessing.Semaphore is "a bounded semaphore". Shouldn't it says that it is just "a semaphore". Attached is a patch to fix this.
msg130798 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-14 08:52
New changeset 5dabfc3e4dd5 by Ross Lagerwall in branch '3.1': Issue #10885: Fix multiprocessing docs typo http://hg.python.org/cpython/rev/5dabfc3e4dd5 New changeset b2ebe9f5faca by Ross Lagerwall in branch '2.7': Issue #10885: Fix multiprocessing docs typo http://hg.python.org/cpython/rev/b2ebe9f5faca
History
Date User Action Args
2022-04-11 14:57:11 admin set github: 55094
2011-03-14 08:56:00 rosslagerwall set status: open -> closedversions: + Python 3.3nosy:georg.brandl, jnoller, asksol, docs@python, rosslagerwall, python-devassignee: docs@python -> rosslagerwallresolution: fixedstage: resolved
2011-03-14 08:52:07 python-dev set nosy: + python-devmessages: +
2011-01-12 00:12:19 eric.araujo set nosy: + asksol, jnoller
2011-01-11 16:56:39 rosslagerwall set assignee: docs@pythoncomponents: + Documentationnosy: + docs@python
2011-01-11 10:47:10 rosslagerwall create