summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-03-09 20:51:20 (GMT)
committerGitHub <noreply@github.com>2020-03-09 20:51:20 (GMT)
commit363fab83b8a0e6d924c7a7c577feec6a2812bb8c (patch)
treef8b8a909fa047211331a5ed1763de8d5503ebcf4 /Lib/idlelib/NEWS.txt
parente7cab7f780ac253999512ee86374fc3454342811 (diff)
downloadcpython-363fab83b8a0e6d924c7a7c577feec6a2812bb8c.zip
cpython-363fab83b8a0e6d924c7a7c577feec6a2812bb8c.tar.gz
cpython-363fab83b8a0e6d924c7a7c577feec6a2812bb8c.tar.bz2
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog. The new box checks for positivity before returning.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index b88b1e3..3a4873b 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ Released on 2020-10-05?
======================================
+bpo-27115: For 'Go to Line', use a Query entry box subclass with
+IDLE standard behavior and improved error checking.
+
bpo-39885: Since clicking to get an IDLE context menu moves the
cursor, any text selection should be and now is cleared.