10000 bpo-39885: IDLE: Leave selection when right click within by terryjreedy · Pull Request #18951 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-39885: IDLE: Leave selection when right click within #18951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whitespace
  • Loading branch information
terryjreedy committed May 29, 2020
commit 4bb7ec529c1f867b1f3bc2c336c02e5a8fd73e7c
2 changes: 1 addition & 1 deletion Lib/idlelib/idle_test/test_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def tearDownClass(cls):
class DummyRMenu:
def tk_popup(x, y): pass

def test_rclick(self):
def test_rclick(self):
pass


Expand Down
0