This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients dabeaz, xiang.zhang
Date 2016-07-01.18:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467398066.52.0.525882445104.issue27436@psf.upfronthosting.co.za>
In-reply-to
Content
EVENT_* and KQ_FILTER_* are two different sets of constants. EVENT_* represent event types of the abstract event and KQ_FILTER_* represent the kevent filter type. EVENT_* can be combined while kevent.filter can only get one type.
History
Date User Action Args
2016-07-01 18:34:26xiang.zhangsetrecipients: + xiang.zhang, dabeaz
2016-07-01 18:34:26xiang.zhangsetmessageid: <1467398066.52.0.525882445104.issue27436@psf.upfronthosting.co.za>
2016-07-01 18:34:26xiang.zhanglinkissue27436 messages
2016-07-01 18:34:26xiang.zhangcreate