Skip to content

Commit ef4d286

Browse files
committed
#10968: commit threading doc changes and corresponding whatsnew entry.
It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3.
1 parent fc9adb6 commit ef4d286

4 files changed

Lines changed: 162 additions & 171 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ object -- see :ref:`multiprocessing-managers`.
916916

917917
.. class:: Condition([lock])
918918

919-
A condition variable: a clone of :class:`threading.Condition`.
919+
A condition variable: an alias for :class:`threading.Condition`.
920920

921921
If *lock* is specified then it should be a :class:`Lock` or :class:`RLock`
922922
object from :mod:`multiprocessing`.

0 commit comments

Comments
 (0)