]> granicus.if.org Git - python/commitdiff
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)
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.

1  2 
Doc/library/multiprocessing.rst

Simple merge