diff options
author | Wulian233 <71213467+Wulian233@users.noreply.github.com> | 2024-06-19 06:20:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 06:20:54 (GMT) |
commit | 89f7208f672be635e923f04c19a7480eb8eb414c (patch) | |
tree | a508a47b5b6e0fdf20cd97f86184a1ba5d2da361 /Misc/NEWS.d | |
parent | a0dce37895947a09f3ff97ae33bba703f6a6310c (diff) | |
download | cpython-89f7208f672be635e923f04c19a7480eb8eb414c.zip cpython-89f7208f672be635e923f04c19a7480eb8eb414c.tar.gz cpython-89f7208f672be635e923f04c19a7480eb8eb414c.tar.bz2 |
gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst b/Misc/NEWS.d/next/Library/2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst new file mode 100644 index 0000000..9b39698 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-06-17-20-04-13.gh-issue-120633.kZC5wt.rst @@ -0,0 +1 @@ +Move scrollbar and remove tear-off menus in turtledemo. |