]> granicus.if.org Git - python/commitdiff
Issue #18916: Update thread module docstrings
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 2 May 2016 09:26:00 +0000 (12:26 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 2 May 2016 09:26:00 +0000 (12:26 +0300)
* Fix acquire() signature
* Remove outdated help(LockType) reference
* Replace PyThread_allocate_lock() with threading.Lock()

Patch by Christopher Welborn.


Trivial merge