From: Zac Medico Date: Sat, 11 Feb 2012 21:41:18 +0000 (-0800) Subject: EventLoop: remove obsolete timeout_add comment X-Git-Tag: v2.2.0_alpha86~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f406dba6540a6873a08c331bd4040d6a33cd3538;p=portage.git EventLoop: remove obsolete timeout_add comment --- 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