This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE tests: don't modify tkinter.messagebox.
Type: enhancement Stage: needs patch
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords:

Created on 2017-08-27 19:46 by terry.reedy, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg300923 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-08-27 19:46
Followup to #31287. Check existing tests for similar errors.  Apply the idea of localizing access to messageboxes everywhere.  In the process, end use of 'tkMessageBox'.
msg302714 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-09-21 17:05
Make sure to return result of messagebox calls, as did in #31287, fixed in #31502.
History
Date User Action Args
2022-04-11 14:58:51adminsetgithub: 75469
2017-09-21 17:05:28terry.reedysetmessages: + msg302714
2017-08-27 19:46:56terry.reedycreate