We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da6a31 commit fc63d5aCopy full SHA for fc63d5a
Lib/idlelib/editor.py
@@ -2,7 +2,9 @@
2
import importlib.util
3
import os
4
import platform
5
+import re
6
import string
7
+import sys
8
import tokenize
9
import traceback
10
import webbrowser
0 commit comments