diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-05-18 01:36:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 01:36:58 (GMT) |
commit | 678bf57ed04b8c250f0bc031ebd264bece76e731 (patch) | |
tree | 1e48de3374968414bc4f3d06eab7833b3efdd621 /Misc/NEWS.d/next/IDLE | |
parent | 7fc8e2d4627cdba5cb0075c9052ed6f4b6ecd36d (diff) | |
download | cpython-678bf57ed04b8c250f0bc031ebd264bece76e731.zip cpython-678bf57ed04b8c250f0bc031ebd264bece76e731.tar.gz cpython-678bf57ed04b8c250f0bc031ebd264bece76e731.tar.bz2 |
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2023-05-17-17-32-21.gh-issue-104499.hNeqV4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2023-05-17-17-32-21.gh-issue-104499.hNeqV4.rst b/Misc/NEWS.d/next/IDLE/2023-05-17-17-32-21.gh-issue-104499.hNeqV4.rst new file mode 100644 index 0000000..20cbd9a --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2023-05-17-17-32-21.gh-issue-104499.hNeqV4.rst @@ -0,0 +1 @@ +Fix completions for Tk Aqua 8.7 (currently blank). |