Message 73182 - Python tracker
Message73182
| Author | gpolo |
|---|---|
| Recipients | gpolo, roger.serwy |
| Date | 2008-09-13.13:35:47 |
| SpamBayes Score | 1.8118913e-06 |
| Marked as misclassified | No |
| Message-id | <1221312950.55.0.173961375802.issue3851@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Did you mean "(event.state & 10) != 0" instead of "(event.state & 1) != 0" ? Otherwise it won't work when event.state is 8. I'm attaching a patch that does the same thing that is done on py3k branch and python-trunk. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-19 03:17:18 | gpolo | unlink | issue3851 messages |
| 2008-09-13 13:35:50 | gpolo | set | recipients: + gpolo, roger.serwy |
| 2008-09-13 13:35:50 | gpolo | set | messageid: <1221312950.55.0.173961375802.issue3851@psf.upfronthosting.co.za> |
| 2008-09-13 13:35:48 | gpolo | link | issue3851 messages |
| 2008-09-13 13:35:48 | gpolo | create | |