[issue6112] scheduler.cancel does not raise RuntimeError

2009-05-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72932. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6112] scheduler.cancel does not raise RuntimeError

2009-05-26 Thread Ivo Danihelka
New submission from Ivo Danihelka : There is a misleading documentation for module sched. Method scheduler.cancel() does not raise RuntimeError. It raises ValueError if the given event is not in the queue. The RuntimeError is mentioned inside the module documentation and also inside the method _