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 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:18gpolounlinkissue3851 messages
2008-09-13 13:35:50gpolosetrecipients: + gpolo, roger.serwy
2008-09-13 13:35:50gpolosetmessageid: <1221312950.55.0.173961375802.issue3851@psf.upfronthosting.co.za>
2008-09-13 13:35:48gpololinkissue3851 messages
2008-09-13 13:35:48gpolocreate