You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2018. It is now read-only.
On OS X, the WM_DELETE_WINDOW handler doubles all key presses, resulting in the password "abc" becoming "aabbcc". This is likely a Tkinter bug, but should be possible to work around.
On OS X, the
WM_DELETE_WINDOWhandler doubles all key presses, resulting in the password "abc" becoming "aabbcc". This is likely a Tkinter bug, but should be possible to work around.