diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-01-06 06:45:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-06 06:45:41 (GMT) |
commit | 320c160b1ace14be54f63b580af7adabe6b34a97 (patch) | |
tree | f040403067bd5a73f118e4cb2e5f6a3fd4b731cd /Misc | |
parent | 9cea77126196381e8a8bd23d351d1dec3608372f (diff) | |
download | cpython-320c160b1ace14be54f63b580af7adabe6b34a97.zip cpython-320c160b1ace14be54f63b580af7adabe6b34a97.tar.gz cpython-320c160b1ace14be54f63b580af7adabe6b34a97.tar.bz2 |
[3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (GH-113731) (#113766)
(cherry picked from commit 66f39648154214621d388f519210442d5fce738f)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2024-01-05-12-24-01.gh-issue-113729.qpluea.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2024-01-05-12-24-01.gh-issue-113729.qpluea.rst b/Misc/NEWS.d/next/IDLE/2024-01-05-12-24-01.gh-issue-113729.qpluea.rst new file mode 100644 index 0000000..ecba30c --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2024-01-05-12-24-01.gh-issue-113729.qpluea.rst @@ -0,0 +1 @@ +Fix the "Help -> IDLE Doc" menu bug in 3.11.7 and 3.12.1. |