From: Berker Peksag Date: Mon, 21 Sep 2015 03:51:45 +0000 (+0300) Subject: Issue #23484: Document differences between synchronization primitives of X-Git-Tag: v3.5.1rc1~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c8befaeda633c54fe4093cdc8ec4ebf974f849;p=python 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. --- 64c8befaeda633c54fe4093cdc8ec4ebf974f849