[Python-checkins] r65540 - sandbox/trunk/ttk-gsoc/src/idlelib/PyShell.py

guilherme.polo python-checkins at python.org
Tue Aug 5 03:40:52 CEST 2008


Author: guilherme.polo
Date: Tue Aug  5 03:40:52 2008
New Revision: 65540

Log:
Removed a not really interesting comment

Modified:
   sandbox/trunk/ttk-gsoc/src/idlelib/PyShell.py

Modified: sandbox/trunk/ttk-gsoc/src/idlelib/PyShell.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/idlelib/PyShell.py	(original)
+++ sandbox/trunk/ttk-gsoc/src/idlelib/PyShell.py	Tue Aug  5 03:40:52 2008
@@ -1444,7 +1444,7 @@
     if enable_edit:
         if not (cmd or script):
             for filename in args:
-                flist.open(filename) # XXX this creates a new EditorWindow
+                flist.open(filename)
             if not args:
                 flist.new()
     if enable_shell:


More information about the Python-checkins mailing list