mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
boolcheck cannot be deleted here.
This commit is contained in:
parent
b693f8e4fa
commit
e1bebe9cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if '-p' in sys.argv:
|
|||
|
||||
# this module will become the namespace used by the interactive
|
||||
# interpreter; remove all variables we have defined.
|
||||
del sys, __file__, boolcheck, split, join, isdir
|
||||
del sys, __file__, 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