[issue9689] threading.Timer poorly documented

2010-08-26 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Fixed in r84326. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9689 ___

[issue9689] threading.Timer poorly documented

2010-08-25 Thread Pedro Mendes
New submission from Pedro Mendes pedrorm2...@gmail.com: The documentation existent ( http://docs.python.org/library/threading.html#threading.Timer ) is not very helpful. The user is left wondering about the exact syntax of this function, what types of parameter it accepts etc. Could this

[issue9689] threading.Timer poorly documented

2010-08-25 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: That's just a summary. The full documentation of the class is further down the page. What's missing is a hyperlink from the summary to the full description. It's probably just a markup error. -- nosy: +r.david.murray

[issue9689] threading.Timer poorly documented

2010-08-25 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: - d...@python components: +Documentation nosy: +d...@python type: feature request - behavior versions: +Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker