Issue 1680978: Use "alive" instead of "active" in the docs for threading (original) (raw)

Issue1680978

Created on 2007-03-14 20:21 by sonderblade, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libthreading.tex-only-alive-in-docs.patch sonderblade,2007-03-14 20:21
Messages (3)
msg52217 - (view) Author: Björn Lindqvist (sonderblade) Date: 2007-03-14 20:21
The documentation for the threading module uses the words "alive" and "active" interchangeably for describing a thread whose start() method has been called, but whose run() method has not finished. This patch intends to make the docs a little clearer by only using the "alive" word. The patch fixes Bug #912943 and is supposed to obsolete Patch #1107656 (which changes "alive" -> "active" and deprecates Thread.isAlive()).
msg52218 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-15 07:38
Thanks for the patch, committed in rev. 54392, 54393 (2.5).
msg52219 - (view) Author: Björn Lindqvist (sonderblade) Date: 2007-03-15 09:58
Thansk. Don't forget to close Patch #1107656.
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44716
2007-03-14 20:21:27 sonderblade create