Guilherme Polo <[EMAIL PROTECTED]> added the comment: 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. ---------- keywords: +patch nosy: +gpolo Added file: http://bugs.python.org/file11483/issue_3851.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3851> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com