Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/_eventloop/
Date: Sat, 11 Feb 2012 21:41:44
Message-Id: f406dba6540a6873a08c331bd4040d6a33cd3538.zmedico@gentoo
1 commit: f406dba6540a6873a08c331bd4040d6a33cd3538
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 21:41:18 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 21:41:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f406dba6
7
8 EventLoop: remove obsolete timeout_add comment
9
10 ---
11 pym/portage/util/_eventloop/EventLoop.py | 7 -------
12 1 files changed, 0 insertions(+), 7 deletions(-)
13
14 diff --git a/pym/portage/util/_eventloop/EventLoop.py b/pym/portage/util/_eventloop/EventLoop.py
15 index 07d9bec..c059197 100644
16 --- a/pym/portage/util/_eventloop/EventLoop.py
17 +++ b/pym/portage/util/_eventloop/EventLoop.py
18 @@ -227,13 +227,6 @@ class EventLoop(object):
19 should return False to stop being called, or True to continue
20 being called. Any additional positional arguments given here
21 are passed to your function when it's called.
22 -
23 - NOTE: Timeouts registered by this function currently do not
24 - keep the main loop running when there are no remaining callbacks
25 - registered for IO events. This is not an issue if the purpose of
26 - the timeout is to place an upper limit on the time allowed for
27 - a particular IO event to occur, since the handler associated with
28 - the IO event will serve to keep the main loop running.
29 """
30 self._event_handler_id += 1
31 source_id = self._event_handler_id