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 b693f8e commit e1bebe9Copy full SHA for e1bebe9
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__, boolcheck, split, join, isdir
+ del sys, __file__, split, join, isdir
39
__import__('run').main()
40
else:
41
# Load idlelib/idle.py which starts the application.
0 commit comments