diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-01-25 04:48:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 04:48:40 (GMT) |
commit | 9d3c9788a6ccd4f2f53a147dd0026a316c396976 (patch) | |
tree | a38d97a28ec17cb48ed901238163face413c911e /Misc/NEWS.d/3.10.0b1.rst | |
parent | 0daf72194bd4e31de7f12020685bb39a14d6f45e (diff) | |
download | cpython-9d3c9788a6ccd4f2f53a147dd0026a316c396976.zip cpython-9d3c9788a6ccd4f2f53a147dd0026a316c396976.tar.gz cpython-9d3c9788a6ccd4f2f53a147dd0026a316c396976.tar.bz2 |
bpo-41841: update idlelib News up to 3.10.0. (GH-30868)
Diffstat (limited to 'Misc/NEWS.d/3.10.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.10.0b1.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst index e4391a1..83ba504 100644 --- a/Misc/NEWS.d/3.10.0b1.rst +++ b/Misc/NEWS.d/3.10.0b1.rst @@ -1673,7 +1673,8 @@ zips together prompts from the sidebar with lines from the selected text. .. nonce: 3EFl1H .. section: IDLE -Fix reference leak in test_squeezer. Patch by Pablo Galindo +Fix reference leak in test_sidebar and test_squeezer. +Patches by Terry Jan Reedy and Pablo Galindo .. |