Commit cc39b1ed authored by Brett Cannon's avatar Brett Cannon

merge w/ 3.3

parents 4f4088eb 27bbfdbc
import os
import sys
import imp
import importlib.machinery
from idlelib.TreeWidget import TreeItem
......
......@@ -16,7 +16,6 @@
import os
from tkinter import *
import imp
from idlelib import ZoomHeight
from idlelib.configHandler import idleConf
......
......@@ -479,6 +479,8 @@ C-API
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment