From: Guido van Rossum Date: Thu, 22 Apr 1999 20:50:33 +0000 (+0000) Subject: Added flush(), for completeness. X-Git-Tag: v1.6a1~1509 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d0ff00c08b32051c076582cf3aff81bc6c2e4ff;p=thirdparty%2FPython%2Fcpython.git Added flush(), for completeness. --- diff --git a/Tools/idle/OutputWindow.py b/Tools/idle/OutputWindow.py index c13b3e46fdf1..456c45bd9365 100644 --- a/Tools/idle/OutputWindow.py +++ b/Tools/idle/OutputWindow.py @@ -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 = [