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.

Author terry.reedy
Recipients lukasz.langa, ned.deily, pablogsal, taleinat, terry.reedy
Date 2021-09-14.22:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631660280.11.0.364008862388.issue45193@roundup.psfhosted.org>
In-reply-to
Content
In msg401744 I suggested any of the following for the upcoming 3.10.0 release.

1. Remove the new line.
2. Disable the line by adding '#'.
3. Make it conditional on macOS and 8.6.8.

Thinking more, I am rejecting 3. because the line is not needed for IDLE and tk as installed by our macOS.  As things stand now, I an only willing to support IDLE with the tk we install.  But I will go with option 2 so that if someone tries to run IDLE with a different tk, and the line is needed, they only need to remove the '#'.

A version of 3. is needed for 3.9 but this needs more data and discussion.  In looking at your no-issue PR_28332, I realized that I would rather make a more extensive change than to patch a badly written function for at least the fourth time.  I will open an issue for that PR and explain later.
History
Date User Action Args
2021-09-14 22:58:00terry.reedysetrecipients: + terry.reedy, taleinat, ned.deily, lukasz.langa, pablogsal
2021-09-14 22:58:00terry.reedysetmessageid: <1631660280.11.0.364008862388.issue45193@roundup.psfhosted.org>
2021-09-14 22:58:00terry.reedylinkissue45193 messages
2021-09-14 22:57:59terry.reedycreate