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.app on macOS stops when selection Help -> IDLE Help #113729
Comments
|
A solution is to rename |
|
Note that this is not a macOS-specific issue, the same error should happen on other platforms, |
|
Thanks for the fix. I introduced this regression on Dec 3, 2023 in #112683 while modifying 'htests' in several places. Unfortunately, there was no unittest and this was just before the 3.11.7 release on Dec 4 and the 3.12.1 release on Dec 7. As part of the reversion, I will add a new unittest that fails without the fix, along with a news item. Then merge and backport. |
….7 (#113731) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…d 3.11.7 (pythonGH-113731) (cherry picked from commit 66f3964) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…d 3.11.7 (pythonGH-113731) (cherry picked from commit 66f3964) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
#95873 changed the Help menu entry |
Bug report
Bug description:
To reproduce:
Opening IDLE using
python3 -m idlelibshows the following traceback when doing this:CPython versions tested on:
3.10, 3.12
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: