{{ message }}
[3.8] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)#29279
Merged
ambv merged 1 commit intoOct 28, 2021
Merged
Conversation
…thonGH-29276) when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. (cherry picked from commit be8318b) Co-authored-by: Ned Deily <nad@python.org>
ned-deily
approved these changes
Oct 28, 2021
Member
|
@ambv, As we discussed, here is a courtesy backport of the Monterey Tk fix to the 3.8 branch. We don't expect to ever use it since 3.8 is the security-fix-only phase of its life cycle and thus we no longer provide binary installers for it. BTW, the Docs build failure is addressed in open PR #29245. |
Sorry, something went wrong.
Contributor
Author
|
@ned-deily: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
Contributor
|
The failure is due to a recent release of docutils 0.18, so far incompatible with Sphinx (sphinx-doc/sphinx#9777). This was already fixed in 3.8 by #29245 (thanks, Ned!). So I'll be landing this. |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
when using the Tk 8.6.11 provided by python.org macOS installers.
Patch by Marc Culler of the Tk project.
(cherry picked from commit be8318b)
Co-authored-by: Ned Deily nad@python.org
https://bugs.python.org/issue44828