mirror of
https://github.com/python/cpython.git
synced 2025-09-06 17:02:26 +00:00
*** empty log message ***
This commit is contained in:
parent
f53dec2e4e
commit
582fa882d2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if '-p' in sys.argv:
|
|||
|
||||
# this module will become the namepsace used by the interactive
|
||||
# interpreter; remove all variables we have defined.
|
||||
del sys, __file__, boolcheck, split, join
|
||||
del sys, __file__, boolcheck, split, join, isdir
|
||||
__import__('run').main()
|
||||
else:
|
||||
# Load idlelib/idle.py which starts the application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue