]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Aug 2018 07:52:22 +0000 (00:52 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 07:52:22 +0000 (00:52 -0700)
commit60586de02de074a33c015e5a013d85d0b17e7e61
tree12582113f05ae99903eb1e9d07b6db8f694fcdd5
parentd9fc795487f74531ea43760469cc215858d0d908
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)

(cherry picked from commit dd74369cb7b230b07ac3a031563406c8f2aae17f)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/textview.py