Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cc39b1ed
Commit
cc39b1ed
authored
Jun 15, 2013
by
Brett Cannon
Browse files
Options
Browse Files
Download
Plain Diff
merge w/ 3.3
parents
4f4088eb
27bbfdbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/idlelib/PathBrowser.py
Lib/idlelib/PathBrowser.py
+0
-1
Lib/idlelib/TreeWidget.py
Lib/idlelib/TreeWidget.py
+0
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/idlelib/PathBrowser.py
View file @
cc39b1ed
import
os
import
sys
import
imp
import
importlib.machinery
from
idlelib.TreeWidget
import
TreeItem
...
...
Lib/idlelib/TreeWidget.py
View file @
cc39b1ed
...
...
@@ -16,7 +16,6 @@
import
os
from
tkinter
import
*
import
imp
from
idlelib
import
ZoomHeight
from
idlelib.configHandler
import
idleConf
...
...
Misc/NEWS
View file @
cc39b1ed
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment