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 josiahcarlson
Recipients akuchling, giampaolo.rodola, josiah.carlson, josiahcarlson
Date 2008-10-02.15:58:40
SpamBayes Score 1.7956186e-06
Marked as misclassified No
Message-id <1222963121.66.0.0444962967169.issue1541@psf.upfronthosting.co.za>
In-reply-to
Content
While handle_expt() is documented has only being called when OOB data is 
known, it has become the catch-all for "something strange is happening 
on the socket".

The reason it wasn't changed/fixed in Python 2.6 is because a new method 
would need to be added, which would break previously existing asyncore-
derived applications.

I might still be able to fix it for 3.0 .
History
Date User Action Args
2008-10-02 15:58:41josiahcarlsonsetrecipients: + josiahcarlson, akuchling, giampaolo.rodola, josiah.carlson
2008-10-02 15:58:41josiahcarlsonsetmessageid: <1222963121.66.0.0444962967169.issue1541@psf.upfronthosting.co.za>
2008-10-02 15:58:40josiahcarlsonlinkissue1541 messages
2008-10-02 15:58:40josiahcarlsoncreate