[New-bugs-announce] [issue5831] Doc mistake : threading.Timer is *not* a class

Maxence report at bugs.python.org
Fri Apr 24 15:42:37 CEST 2009


New submission from Maxence <maxence at dunnewind.net>:

In the documentation, the Timer() function of the threading class is
described as a class. however, it's a function :

>>> import threading
>>> threading.Timer
<function Timer at 0x967495c>

Cheers

Maxence

----------
assignee: georg.brandl
components: Documentation
messages: 86409
nosy: georg.brandl, maxenced
severity: normal
status: open
title: Doc mistake : threading.Timer is *not* a class
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list