Thanks to visit codestin.com Credit goes to github.com
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 5e156ad commit d8a6c5fCopy full SHA for d8a6c5f
1 file changed
Lib/idlelib/macosx_main.py
@@ -35,7 +35,7 @@
35
36
# this module will become the namespace used by the interactive
37
# interpreter; remove all variables we have defined.
38
- del sys, __file__, split, join, isdir
+ del sys, __file__, split, join, isdir, idlelib
39
__import__('run').main()
40
else:
41
# Load idlelib/idle.py which starts the application.
0 commit comments