summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-22 20:50:33 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-22 20:50:33 (GMT)
commit3d0ff00c08b32051c076582cf3aff81bc6c2e4ff (patch)
tree50b9f1708804634fbe168f6b540a43ab959fa26c /Tools
parenteeb88076e7f4a89ce76d271379ca0aced0c2d6c7 (diff)
downloadcpython-3d0ff00c08b32051c076582cf3aff81bc6c2e4ff.zip
cpython-3d0ff00c08b32051c076582cf3aff81bc6c2e4ff.tar.gz
cpython-3d0ff00c08b32051c076582cf3aff81bc6c2e4ff.tar.bz2
Added flush(), for completeness.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/OutputWindow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/idle/OutputWindow.py b/Tools/idle/OutputWindow.py
index c13b3e4..456c45b 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 = [