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

Aaron Maenpaa report at bugs.python.org
Sat Jan 7 23:32:27 CET 2012


Aaron Maenpaa <aaron at maenpaa.ca> 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: +patch
nosy: +zacherates
versions: +Python 3.3
Added file: http://bugs.python.org/file24167/issue13050.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13050>
_______________________________________


More information about the docs mailing list