This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, nikratio, vstinner
Date 2011-09-14.08:29:14
SpamBayes Score 0.00521041
Marked as misclassified No
Message-id <4E7065DF.3000703@haypocalc.com>
In-reply-to <4E6FEB2B.5040506@rath.org>
Content
> 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?
History
Date User Action Args
2011-09-14 08:29:15vstinnersetrecipients: + vstinner, nikratio, docs@python
2011-09-14 08:29:14vstinnerlinkissue12960 messages
2011-09-14 08:29:14vstinnercreate