Message74167
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 . |
|
| Date |
User |
Action |
Args |
| 2008-10-02 15:58:41 | josiahcarlson | set | recipients:
+ josiahcarlson, akuchling, giampaolo.rodola, josiah.carlson |
| 2008-10-02 15:58:41 | josiahcarlson | set | messageid: <[email protected]> |
| 2008-10-02 15:58:40 | josiahcarlson | link | issue1541 messages |
| 2008-10-02 15:58:40 | josiahcarlson | create | |
|