| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Python
Revision: 66282
Author: josiah.carlson
Date: 07 Sep 2008 00:37:10
Changes:undoing change that broke trunk. Need to find a better solution to this.
Files:| ... | ...@@ -102,7 +102,7 @@ | |
| 102 | 102 | if flags & (select.POLLERR | select.POLLNVAL): |
| 103 | 103 | obj.handle_expt_event() |
| 104 | 104 | if flags & select.POLLHUP: |
| 105 | obj.handle_close_event() | |
| 105 | obj.handle_close() | |
| 106 | 106 | except (ExitNow, KeyboardInterrupt, SystemExit): |
| 107 | 107 | raise |
| 108 | 108 | except: |