summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-03-08 19:30:04 (GMT)
committerGitHub <noreply@github.com>2020-03-08 19:30:04 (GMT)
commit4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09 (patch)
tree98ed28d77a76cf19434ec03a464b2fb862d515e4 /Misc/NEWS.d/next/IDLE
parent2522db11df102be3baf25ce9e816ebe8ffdb7fcc (diff)
downloadcpython-4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09.zip
cpython-4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09.tar.gz
cpython-4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09.tar.bz2
bpo-39885: IDLE context menu clears selection (#18859)
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-03-08-14-27-36.bpo-39885.29ERiR.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-03-08-14-27-36.bpo-39885.29ERiR.rst b/Misc/NEWS.d/next/IDLE/2020-03-08-14-27-36.bpo-39885.29ERiR.rst
new file mode 100644
index 0000000..f0f434a
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-03-08-14-27-36.bpo-39885.29ERiR.rst
@@ -0,0 +1,2 @@
+Since clicking to get an IDLE context menu moves the cursor,
+any text selection should be and now is cleared.