summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
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 /Misc/NEWS.d/next/IDLE
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 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst b/Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst
index 619ab6a..bef438d 100644
--- a/Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst
+++ b/Misc/NEWS.d/next/IDLE/2019-03-23-01-45-56.bpo-36405.m7Wv1F.rst
@@ -1 +1 @@
-Use dict unpacking in idlelib and remove unneeded __main__ imports.
+Use dict unpacking in idlelib.