EventLoop: remove obsolete timeout_add comment
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2012 21:41:18 +0000 (13:41 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2012 21:41:18 +0000 (13:41 -0800)
pym/portage/util/_eventloop/EventLoop.py

index 07d9bec884404cc8cd4bcd20786553c1a755460b..c059197c17cfca3caf3dc1c8822f12e6e4a6b33d 100644 (file)
@@ -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