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 gregory.p.smith
Recipients christian.heimes, giampaolo.rodola, gregory.p.smith, gvanrossum, therve, trent
Date 2008-03-20.06:44:58
SpamBayes Score 0.3404372
Marked as misclassified No
Message-id <1205995499.03.0.537612607361.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
+1

trunk_select_epoll_kqueue9.patch  looks good to me.

style nit: I'd just use self.fail("error message") instead of raise
AssertionError("error message") within unittests.  regardless, both work
so I don't care. :)
History
Date User Action Args
2008-03-20 06:44:59gregory.p.smithsetspambayes_score: 0.340437 -> 0.3404372
recipients: + gregory.p.smith, gvanrossum, therve, giampaolo.rodola, christian.heimes, trent
2008-03-20 06:44:59gregory.p.smithsetspambayes_score: 0.340437 -> 0.340437
messageid: <1205995499.03.0.537612607361.issue1657@psf.upfronthosting.co.za>
2008-03-20 06:44:58gregory.p.smithlinkissue1657 messages
2008-03-20 06:44:58gregory.p.smithcreate