From f406dba6540a6873a08c331bd4040d6a33cd3538 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Feb 2012 13:41:18 -0800 Subject: EventLoop: remove obsolete timeout_add comment --- pym/portage/util/_eventloop/EventLoop.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pym/portage/util/_eventloop/EventLoop.py b/pym/portage/util/_eventloop/EventLoop.py index 07d9bec88..c059197c1 100644 --- a/pym/portage/util/_eventloop/EventLoop.py +++ b/pym/portage/util/_eventloop/EventLoop.py @@ -227,13 +227,6 @@ class EventLoop(object): should return False to stop being called, or True to continue being called. Any additional positional arguments given here are passed to your function when it's called. - - NOTE: Timeouts registered by this function currently do not - keep the main loop running when there are no remaining callbacks - registered for IO events. This is not an issue if the purpose of - the timeout is to place an upper limit on the time allowed for - a particular IO event to occur, since the handler associated with - the IO event will serve to keep the main loop running. """ self._event_handler_id += 1 source_id = self._event_handler_id -- cgit v1.2.3-1-g7c22