[issue13050] RLock support the context manager protocol but this is not documented

2013-04-14 Thread Georg Brandl
Georg Brandl added the comment: Thanks, closing. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue13050] RLock support the context manager protocol but this is not documented

2012-04-28 Thread Michal Nowikowski
Michal Nowikowski added the comment: It looks that it is already documented by 76228:2040842626ba changeset. The bug can be closed. -- nosy: +godfryd ___ Python tracker ___

[issue13050] RLock support the context manager protocol but this is not documented

2012-01-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: This edit looks reasonable. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mai

[issue13050] RLock support the context manager protocol but this is not documented

2012-01-07 Thread Aaron Maenpaa
Aaron Maenpaa added the comment: Here is a patch that adds an note about using Locks, RLocks, Conditions, and Semaphores as context managers to each of their descriptions as well as a link to the "Using locks, conditions, and semaphores in the with statement" section. -- keywords: +pa

[issue13050] RLock support the context manager protocol but this is not documented

2011-10-09 Thread R. David Murray
R. David Murray added the comment: Hmm. But what I did was look up the RLock section of the manual to answer the question "does this support the context manager protocol", and the answer appeared to be no. In a reference manual I would expect all the important features of an object to be de

[issue13050] RLock support the context manager protocol but this is not documented

2011-10-09 Thread Brian Brazil
New submission from Brian Brazil : This is already documented: http://docs.python.org/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement -- nosy: +bbrazil ___ Python tracker ___

[issue13050] RLock support the context manager protocol but this is not documented

2011-09-27 Thread R. David Murray
Changes by R. David Murray : -- assignee: docs@python components: Documentation nosy: docs@python, r.david.murray priority: normal severity: normal status: open title: RLock support the context manager protocol but this is not documented ___ Python tr