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 christian.heimes
Recipients barry, christian.heimes, georg.brandl, ionelmc
Date 2008-09-12.16:25:51
SpamBayes Score 3.836954e-06
Marked as misclassified No
Message-id <1221236753.98.0.730071407383.issue3848@psf.upfronthosting.co.za>
In-reply-to
Content
It's not consistent with Python's select.poll API. But exarkun and I
think that an exception is fine here. The exception makes it easier to
spot issues.

The patch updates the docs and adds some tests for corner cases to
test_epoll.py
History
Date User Action Args
2008-09-12 16:25:54christian.heimessetrecipients: + christian.heimes, barry, georg.brandl, ionelmc
2008-09-12 16:25:53christian.heimessetmessageid: <1221236753.98.0.730071407383.issue3848@psf.upfronthosting.co.za>
2008-09-12 16:25:52christian.heimeslinkissue3848 messages
2008-09-12 16:25:52christian.heimescreate