[issue12960] threading.Condition is not a class

STINNER Victor report at bugs.python.org
Wed Sep 14 10:29:15 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Yes, but further down it still says:
>
> """
> class threading.Condition([lock])
>
>      If the lock argument is given and not None, [....]
> """

What do you suggest? Replace it by class threading._Condition?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12960>
_______________________________________


More information about the Python-bugs-list mailing list