EventLoop: name poll constants like glib's
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2012 00:41:14 +0000 (16:41 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2012 00:41:14 +0000 (16:41 -0800)
commit963fa653fc0d7aff25bb4756df8398b88193547c
treea789d22c254b210a36e6407d921bb9f81470608f
parent067138de6e4c5ca5890969b2f0681b0b178a24ed
EventLoop: name poll constants like glib's

It's conceivable the constants could be implementation dependent, so
use glib's generic IO_* names rather than the POLL* names which are
associated specifically with python's select.poll object.
pym/portage/util/_eventloop/EventLoop.py
pym/portage/util/_eventloop/GlibEventLoop.py