]> granicus.if.org Git - python/commit
[3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) (#3502)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Sep 2017 20:34:11 +0000 (13:34 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Sep 2017 20:34:11 +0000 (16:34 -0400)
commit31b242459cef0835057f08c8756559b3261aa8ff
tree7eb00a1b86812ced5c1518d9be9ee63cac6cd216
parent7972ed2111ea2f01e8712eef91bcf2260e05ad8b
[3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) (#3502)

Adding to an int entry is not the same as deleting and inserting
because int('') will fail.
(cherry picked from commit 667522efa8fedfb57fd89d7335d7dfd270f274d5)
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2017-09-11-15-46-05.bpo-31414.wiepgK.rst [new file with mode: 0644]