summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-15 17:37:12 (GMT)
committerBrett Cannon <brett@python.org>2013-06-15 17:37:12 (GMT)
commit27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725 (patch)
tree9f62661add36ce304e1dd5eb526cc06d810f7279 /Misc
parentc81549f476af48143aee24964ec07b849af109f9 (diff)
downloadcpython-27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725.zip
cpython-27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725.tar.gz
cpython-27bbfdbc4c85011b2bd7f21d3fe3b5e8c2d8b725.tar.bz2
Drop some dead imports of imp
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 372b3fe..70b183f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Library
IDLE
----
+- Remove dead imports of imp.
+
- Issue #18196: Avoid displaying spurious SystemExit tracebacks.
- Issue #5492: Avoid traceback when exiting IDLE caused by a race condition.