[issue10968] threading.Timer should be a class so that it can be derived
STINNER Victor
report at bugs.python.org
Wed Sep 14 01:43:06 CEST 2011
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
@eric: The doc has to be updated:
http://docs.python.org/dev/library/threading.html#threading.activeCount
"threading.Condition()
A factory function that returns a new condition variable object. A condition variable allows one or more threads to wait until they are notified by another thread.
See Condition Objects."
--
See also (maybe) issue #12960.
----------
nosy: +haypo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10968>
_______________________________________
More information about the Python-bugs-list
mailing list