commit | 0612ae52a02156b9ed4803e5575091f9c2b9bf84 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Mon Sep 21 07:15:52 2015 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Mon Sep 21 07:15:52 2015 +0300 |
tree | 430bb8c5f4c46b42a3f4d11dc8c4c62141b579a9 | |
parent | 0eb8f019043e9f8db93814c86dce793551092ed3 [diff] |
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.