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 pitrou
Recipients giampaolo.rodola, kristjan.jonsson, pitrou
Date 2012-03-22.18:51:14
SpamBayes Score 0.0015496912
Marked as misclassified No
Message-id <1332442275.59.0.346238263185.issue14307@psf.upfronthosting.co.za>
In-reply-to
Content
> What's wrong with making functionality overridable, Antoine?  By all
> means, let's keep the select() but allow subclasses to elect not to use 
> it.

It's making the implementation more complex for no obvious point.
Using select() is not a bug in itself.
Furthermore, you can simply reimplement serve_forever() in your subclass, if you really want it.
History
Date User Action Args
2012-03-22 18:51:15pitrousetrecipients: + pitrou, kristjan.jonsson, giampaolo.rodola
2012-03-22 18:51:15pitrousetmessageid: <1332442275.59.0.346238263185.issue14307@psf.upfronthosting.co.za>
2012-03-22 18:51:15pitroulinkissue14307 messages
2012-03-22 18:51:14pitroucreate