diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-07-30 19:59:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 19:59:39 (GMT) |
commit | bfed0ae8c021a1649962647e2412db35cdcc418f (patch) | |
tree | 93bed6d13f3040a35424109209a883937dc96035 /Lib | |
parent | 0579a187df9ca5d1bd928eec710c29aa40acd826 (diff) | |
download | cpython-bfed0ae8c021a1649962647e2412db35cdcc418f.zip cpython-bfed0ae8c021a1649962647e2412db35cdcc418f.tar.gz cpython-bfed0ae8c021a1649962647e2412db35cdcc418f.tar.bz2 |
[3.10] gh-90654: IDLE - Insert blank line in NEWS.txt (#95479)
Needed for backports.
Cherrypicked from 9ec6abf6dc6ab622efda83a28d83d25ba129bbe2
Diffstat (limited to 'Lib')
-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 6d73553..7ec675a 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,7 @@ after 3.10.0 until 3.10.10? Released 2023-04-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 |