Issue 17771: Missing period in concurrent execution doc in standard library (original) (raw)

Created on 2013-04-17 04:01 by amysyk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mywork.patch amysyk,2013-04-17 04:21 patch to add a missing period to concurrency.rst review
Messages (5)
msg187137 - (view) Author: Andriy Mysyk (amysyk) * Date: 2013-04-17 04:01
No period after the first sentence of the first paragraph in /Doc/build/html/library/concurrency.html. "The appropriate choice of tool will depend on the task to be executed (CPU bound vs IO bound) and preferred style of development (event driven cooperative multitasking vs preemptive multitasking) Here’s an overview:"
msg187138 - (view) Author: Andriy Mysyk (amysyk) * Date: 2013-04-17 04:08
I will create a patch for this issue by Apr 23, 2013.
msg187141 - (view) Author: Andriy Mysyk (amysyk) * Date: 2013-04-17 04:21
Added a missing period to concurrency.rst
msg187142 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-17 04:34
New changeset 72b650a99b36 by Ezio Melotti in branch '3.3': #17771: fix typo. Patch by Andriy Mysyk. http://hg.python.org/cpython/rev/72b650a99b36 New changeset 61a17d9e58e2 by Ezio Melotti in branch 'default': #17771: merge with 3.3. http://hg.python.org/cpython/rev/61a17d9e58e2
msg187143 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-04-17 04:35
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:44 admin set github: 61971
2013-04-17 04:35:36 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottiversions: + Python 3.3nosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2013-04-17 04:34:56 python-dev set nosy: + python-devmessages: +
2013-04-17 04:32:34 amysyk set type: enhancement
2013-04-17 04:21:03 amysyk set files: + mywork.patchtype: enhancement -> (no value)messages: + keywords: + patch
2013-04-17 04:08:49 amysyk set messages: +
2013-04-17 04:01:31 amysyk create