]> 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:50:55 +0000 (06:50 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 21 Sep 2015 03:50:55 +0000 (06:50 +0300)
commit407c497e83b86011173fbf25e9a08b81adad5477
tree46c5739f54164adc4d3940a954f0c4fa03115917
parentbb5f83f181b1589ba478b62db54497b23be097aa
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