Issue 10846: typo in threading doc's: "size of the resource size" (original) (raw)

Issue10846

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:10 admin set github: 55055
2011-01-06 19:28:23 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2011-01-06 19:15:42 rutsky create