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.

Author techtonik
Recipients amaury.forgeotdarc, docs@python, eric.smith, georg.brandl, techtonik, zart
Date 2010-07-21.18:35:34
SpamBayes Score 0.018317318
Marked as misclassified No
Message-id <1279737336.45.0.0312948171373.issue9320@psf.upfronthosting.co.za>
In-reply-to
Content
> in http://docs.python.org/library/thread.html
> """...multiple threads of control sharing their global data space..."""
>
> That's how threads are understood in all programming languages.

Do you mean this one?

"""This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space.""" 

It is surely confusing and doesn't explain anything to people who never worked with threads (like me). It should either be split in two sentences or simplified.

http://en.wikipedia.org/wiki/Thread_(computer_science) says that threads can share resources, but not necessarily do so.
History
Date User Action Args
2010-07-21 18:35:36techtoniksetrecipients: + techtonik, georg.brandl, amaury.forgeotdarc, eric.smith, zart, docs@python
2010-07-21 18:35:36techtoniksetmessageid: <1279737336.45.0.0312948171373.issue9320@psf.upfronthosting.co.za>
2010-07-21 18:35:35techtoniklinkissue9320 messages
2010-07-21 18:35:34techtonikcreate