summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-03-24 21:12:28 (GMT)
committerGitHub <noreply@github.com>2019-03-24 21:12:28 (GMT)
commit0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9 (patch)
treecf882c27dc64daf2d58af7a67a5adc2e5559129c /Lib/idlelib/NEWS.txt
parent6661c1720ebd322e2cb6995a243e8dc6e588d931 (diff)
downloadcpython-0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9.zip
cpython-0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9.tar.gz
cpython-0fe4513d9a5510ae91c0da7eb0433f79a6d4dda9.tar.bz2
bpo-36405: IDLE - Restore __main__ and add tests (#12518)
Fix error in commit 2b75155 noticed by Serhiy Storchaka.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index d31ca83..dbb3653 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,7 +3,7 @@ Released on 2019-10-20?
======================================
-bpo-36405: Use dict unpacking in idlelib and remove unneeded __main__ imports.
+bpo-36405: Use dict unpacking in idlelib.
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight().
This param was only used twice and changed the return type.