Make PollScheduler._poll() add poll events to the stack instead of returning
authorZac Medico <zmedico@gentoo.org>
Sun, 20 Jul 2008 01:00:26 +0000 (01:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 20 Jul 2008 01:00:26 +0000 (01:00 -0000)
commit3ada8a67e7de6b13be6d247fecebf4ce2bfeb1c7
tree7ba8b71222f2efdce36d042723b5eb5114242698
parent637f63d0fe6bee8035a51ed680393316c23699e4
Make PollScheduler._poll() add poll events to the stack instead of returning
them. This makes it more useful as a hook, allowing Scheduler._poll() to
safely call _schedule().

svn path=/main/trunk/; revision=11144
pym/_emerge/__init__.py