mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
merge w/ 3.3
This commit is contained in:
commit
cc39b1ed1d
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue