summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-02-28 18:22:55 (GMT)
committerGitHub <noreply@github.com>2020-02-28 18:22:55 (GMT)
commitc705fd1e89ccb8f6d414ec817b4616546147d877 (patch)
tree8b2161ff8c811747c6c3aa17d281c00dc15fe4d3 /Misc/NEWS.d
parent4f17c5cd9a1ec50fe8de7ef68c39220a01a862cb (diff)
downloadcpython-c705fd1e89ccb8f6d414ec817b4616546147d877.zip
cpython-c705fd1e89ccb8f6d414ec817b4616546147d877.tar.gz
cpython-c705fd1e89ccb8f6d414ec817b4616546147d877.tar.bz2
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Previously, the button-up part of selecting with a mouse was treated as a click that meant 'jump' to this line, which modified the context and undid the selection
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst b/Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst
new file mode 100644
index 0000000..4ae0def
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst
@@ -0,0 +1 @@
+Selecting code context lines no longer causes a jump.