https://github.com/python/cpython/commit/9ec6abf6dc6ab622efda83a28d83d25ba129bbe2 commit: 9ec6abf6dc6ab622efda83a28d83d25ba129bbe2 branch: main author: Terry Jan Reedy <tjreedy at udel.edu> committer: terryjreedy <tjreedy at udel.edu> date: 2022年07月30日T15:57:37-04:00 summary: gh-90654: IDLE - Insert blank line in NEWS.txt (#95478) Needed for backports. files: M Lib/idlelib/NEWS.txt diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 85116b5b6b931..1d3110413bb36 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