[issue31414] IDLE: Entry tests should delete before insert.

2020-01-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31414] IDLE: Entry tests should delete before insert.

2020-01-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Opened #39472 for changes dialog itself. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 31b242459cef0835057f08c8756559b3261aa8ff by Terry Jan Reedy (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) (#3502)

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3495 ___ Python tracker ___

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 667522efa8fedfb57fd89d7335d7dfd270f274d5 by Terry Jan Reedy in branch 'master': bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501) https://github.com/python/cpython/commit/667522efa8fedfb57fd89d7335d7dfd270f274d5 --

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch pull_requests: +3494 stage: needs patch -> patch review ___ Python tracker ___

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Henk-Jaap Wagenaar
Changes by Henk-Jaap Wagenaar : -- nosy: -Henk-Jaap Wagenaar ___ Python tracker ___

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-11 Thread Henk-Jaap Wagenaar
Changes by Henk-Jaap Wagenaar : -- nosy: +Henk-Jaap Wagenaar ___ Python tracker ___

[issue31414] IDLE: Entry tests should delete before insert.

2017-09-10 Thread Terry J. Reedy
New submission from Terry J. Reedy: Test_configdialog 'tests' several integer entry widgets by inserting a digit and then checking that the new value was sent to changes. However, users may delete an entry totally and enter a new value. If we associate an IntVar with the entry widget,