]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 9 Mar 2020 20:51:20 +0000 (16:51 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 20:51:20 +0000 (16:51 -0400)
commit363fab83b8a0e6d924c7a7c577feec6a2812bb8c
treef8b8a909fa047211331a5ed1763de8d5503ebcf4
parente7cab7f780ac253999512ee86374fc3454342811
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.
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_query.py
Lib/idlelib/query.py
Misc/NEWS.d/next/IDLE/2020-03-09-02-45-12.bpo-27115.8hSHMo.rst [new file with mode: 0644]