projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387c3c5
)
bpo-29446: IDLE -- add explicit imports (GH-14919)
author
Terry Jan Reedy
<tjreedy@udel.edu>
Tue, 23 Jul 2019 20:14:59 +0000
(16:14 -0400)
committer
GitHub
<noreply@github.com>
Tue, 23 Jul 2019 20:14:59 +0000
(16:14 -0400)
Stop depending on tkinter import *.
Lib/idlelib/editor.py
patch
|
blob
|
history
diff --git
a/Lib/idlelib/editor.py
b/Lib/idlelib/editor.py
index 497ee12f18140e684a299a477aded6c6d4df4b31..35027da76bce2fc8a339f6094b8e503fe8446999 100644
(file)
--- a/
Lib/idlelib/editor.py
+++ b/
Lib/idlelib/editor.py
@@
-2,7
+2,9
@@
import importlib.abc
import importlib.util
import os
import platform
+import re
import string
+import sys
import tokenize
import traceback
import webbrowser