diff options
Diffstat (limited to 'Lib/idlelib/PyShell.py')
| -rw-r--r-- | Lib/idlelib/PyShell.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 2d69157b1a..f11e609d9c 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -351,8 +351,6 @@ class ModifiedInterpreter(InteractiveInterpreter):      def build_subprocess_arglist(self):          w = ['-W' + s for s in sys.warnoptions] -        if 1/2 > 0: # account for new division -            w.append('-Qnew')          # Maybe IDLE is installed and is being accessed via sys.path,          # or maybe it's not installed and the idle.py script is being          # run from the IDLE source directory. | 
