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 giampaolo.rodola
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sbt, vstinner
Date 2013-09-04.21:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378329027.75.0.841674258567.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
I have realized just now that at least epoll() and kqueue() selectors could take advantage and define their own modify() method (there was even a TODO I totally missed). 
Anyway, from now on I'm gonna file separate issues.
History
Date User Action Args
2013-09-04 21:10:27giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, pitrou, vstinner, christian.heimes, meador.inge, neologix, rosslagerwall, python-dev, sbt, felipecruz
2013-09-04 21:10:27giampaolo.rodolasetmessageid: <1378329027.75.0.841674258567.issue16853@psf.upfronthosting.co.za>
2013-09-04 21:10:27giampaolo.rodolalinkissue16853 messages
2013-09-04 21:10:27giampaolo.rodolacreate