Message143864
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. |
|
Date |
User |
Action |
Args |
2011-09-11 13:37:19 | nikratio | set | recipients:
+ nikratio, docs@python |
2011-09-11 13:37:19 | nikratio | set | messageid: <1315748239.01.0.928739848932.issue12960@psf.upfronthosting.co.za> |
2011-09-11 13:37:15 | nikratio | link | issue12960 messages |
2011-09-11 13:37:15 | nikratio | create | |
|