]> granicus.if.org Git - python/commit
Issue #23484: Document differences between synchronization primitives of
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 04:15:52 +0000 (07:15 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 04:15:52 +0000 (07:15 +0300)
commit0612ae52a02156b9ed4803e5575091f9c2b9bf84
tree430bb8c5f4c46b42a3f4d11dc8c4c62141b579a9
parent0eb8f019043e9f8db93814c86dce793551092ed3
Issue #23484: Document differences between synchronization primitives of
threading and multiprocessing modules.

In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.

This commit also improves documentation of Lock and RLock.

Patch by Davin Potts.
Doc/library/multiprocessing.rst