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 ggenellina
Recipients
Date 2007-04-23.04:53:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The handler should not do its own select() call. (And even then, select should use the underlying socket, not the wrapping pseudo-file object).
Just removing the select() call works fine.
History
Date User Action Args
2007-08-23 14:53:17adminlinkissue1705393 messages
2007-08-23 14:53:17admincreate