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: typo in threading doc's: "size of the resource size"
Type: Stage:
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, rutsky
Priority: normal Keywords: patch

Created on 2011-01-06 19:15 by rutsky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
threading_typo_size_of_size.patch rutsky, 2011-01-06 19:15 Patch for described typo
Messages (2)
msg125580 - (view) Author: Vladimir Rutsky (rutsky) Date: 2011-01-06 19:15
I think there is a typo in threading documentation:
> In any situation where the size of the resource size is fixed, 
> you should use a bounded semaphore.
 - "size of the resource size", see attached patch for proposed fix.

(Based on official http://svn.python.org/projects/python/branches/py3k/ repository.)
msg125581 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-01-06 19:28
Fixed in r87807.
History
Date User Action Args
2022-04-11 14:57:10adminsetgithub: 55055
2011-01-06 19:28:23georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg125581

resolution: fixed
2011-01-06 19:15:42rutskycreate