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

guilherme.polo python-checkins at python.org
Sat Aug 2 20:12:22 CEST 2008


Author: guilherme.polo
Date: Sat Aug  2 20:12:22 2008
New Revision: 65417

Log:
Removed some commented code that was annoying me

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	Sat Aug  2 20:12:22 2008
@@ -270,13 +270,6 @@
                 lineno += 1
         return lines
 
-# XXX 13 Dec 2002 KBK Not used currently
-#    def saved_change_hook(self):
-#        "Extend base method - clear breaks if module is modified"
-#        if not self.get_saved():
-#            self.clear_file_breaks()
-#        EditorWindow.saved_change_hook(self)
-
     def _close(self):
         "Extend base method - clear breaks when module is closed"
         self.clear_file_breaks()


More information about the Python-checkins mailing list