[issue9689] threading.Timer poorly documented

2010-08-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r84326. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9689] threading.Timer poorly documented

2010-08-25 Thread R. David Murray
Changes by R. David Murray : -- 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

[issue9689] threading.Timer poorly documented

2010-08-25 Thread R. David Murray
R. David Murray 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 Pedro Mendes
New submission from Pedro Mendes : 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 possibly be fixed? --