diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-30 20:24:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 20:24:13 (GMT) |
commit | cfef4df7cebeaabc9962c55492603293862f51e2 (patch) | |
tree | f3d369df5a05b6af6ab3cd2053d12ef7cd14e95b | |
parent | bd6452a3a83ace4d1dfe663af812483fb60ebcd0 (diff) | |
download | cpython-cfef4df7cebeaabc9962c55492603293862f51e2.zip cpython-cfef4df7cebeaabc9962c55492603293862f51e2.tar.gz cpython-cfef4df7cebeaabc9962c55492603293862f51e2.tar.bz2 |
gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478)
Needed for backports.
(cherry picked from commit 9ec6abf6dc6ab622efda83a28d83d25ba129bbe2)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r-- | Lib/idlelib/NEWS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 85116b5..1d31104 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,7 @@ What's New in IDLE 3.11.0 Released on 2022-10-03 ========================= + gh-95411: Enable using IDLE's module browser with .pyw files. gh-89610: Add .pyi as a recognized extension for IDLE on macOS. This allows |