summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-02-11 13:41:18 -0800
committerZac Medico <zmedico@gentoo.org>2012-02-11 13:41:18 -0800
commitf406dba6540a6873a08c331bd4040d6a33cd3538 (patch)
tree13fcff62f50ceafaefc90cda44865ede235ad30a
parent517b791999843b1749c1c8d84c5908634524dc5c (diff)
downloadportage-f406dba6540a6873a08c331bd4040d6a33cd3538.tar.gz
portage-f406dba6540a6873a08c331bd4040d6a33cd3538.tar.bz2
portage-f406dba6540a6873a08c331bd4040d6a33cd3538.zip
EventLoop: remove obsolete timeout_add comment
-rw-r--r--pym/portage/util/_eventloop/EventLoop.py7
1 files changed, 0 insertions, 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