]> granicus.if.org Git - python/commit
Issue #23484: Document differences between synchronization primitives of
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 03:51:45 +0000 (06:51 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 03:51:45 +0000 (06:51 +0300)
commit64c8befaeda633c54fe4093cdc8ec4ebf974f849
tree349d5e0bf7d0b172f15086a53abeba8b172f8876
parentc8c5a331ff6ba733a68ab65e6136527561bc7da3
parent407c497e83b86011173fbf25e9a08b81adad5477
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