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 nikratio
Recipients docs@python, nikratio
Date 2011-09-11.13:37:15
SpamBayes Score 0.00994548
Marked as misclassified No
Message-id <1315748239.01.0.928739848932.issue12960@psf.upfronthosting.co.za>
In-reply-to
Content
According to http://docs.python.org/library/threading.html#condition-objects, threading.Condition is a class. However, in fact it turns out to be function that constructs a _Condition instance.

I don't know the reason for that, but it seems to me that either Condition should be a class, or the reason for it being a function should be documented so that people who I would like to inherit from Conditionknow if that is not supported, or if they can safely inherit from _Condition instead.
History
Date User Action Args
2011-09-11 13:37:19nikratiosetrecipients: + nikratio, docs@python
2011-09-11 13:37:19nikratiosetmessageid: <1315748239.01.0.928739848932.issue12960@psf.upfronthosting.co.za>
2011-09-11 13:37:15nikratiolinkissue12960 messages
2011-09-11 13:37:15nikratiocreate