Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE tests: don't modify tkinter.messagebox. #75469

Open
terryjreedy opened this issue Aug 27, 2017 · 2 comments
Open

IDLE tests: don't modify tkinter.messagebox. #75469

terryjreedy opened this issue Aug 27, 2017 · 2 comments
Assignees
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 31288
Nosy @terryjreedy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2017-08-27.19:46:56.985>
labels = ['expert-IDLE', 'type-feature', '3.7']
title = "IDLE tests: don't modify tkinter.messagebox."
updated_at = <Date 2017-09-21.17:05:28.180>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2017-09-21.17:05:28.180>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2017-08-27.19:46:56.985>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 31288
keywords = []
message_count = 2.0
messages = ['300923', '302714']
nosy_count = 1.0
nosy_names = ['terry.reedy']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue31288'
versions = ['Python 3.6', 'Python 3.7']

@terryjreedy
Copy link
Member Author

Followup to bpo-31287. Check existing tests for similar errors. Apply the idea of localizing access to messageboxes everywhere. In the process, end use of 'tkMessageBox'.

@terryjreedy terryjreedy added the 3.7 (EOL) end of life label Aug 27, 2017
@terryjreedy terryjreedy self-assigned this Aug 27, 2017
@terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Aug 27, 2017
@terryjreedy
Copy link
Member Author

Make sure to return result of messagebox calls, as did in bpo-31287, fixed in bpo-31502.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@erlend-aasland erlend-aasland added the tests Tests in the Lib/test dir label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir topic-IDLE type-feature A feature request or enhancement
Projects
Status: No status
Development

No branches or pull requests

2 participants