]> granicus.if.org Git - python/commitdiff
Added flush(), for completeness.
authorGuido van Rossum <guido@python.org>
Thu, 22 Apr 1999 20:50:33 +0000 (20:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Apr 1999 20:50:33 +0000 (20:50 +0000)
Tools/idle/OutputWindow.py

index c13b3e46fdf147f925102a936f10093e48306606..456c45bd9365bfd371b79baee278b95c8c931177 100644 (file)
@@ -41,6 +41,9 @@ class OutputWindow(EditorWindow):
     def writelines(self, l):
         map(self.write, l)
 
+    def flush(self):
+        pass
+
     # Our own right-button menu
 
     rmenu_specs = [