mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added flush(), for completeness.
This commit is contained in:
parent
eeb88076e7
commit
3d0ff00c08
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ class OutputWindow(EditorWindow):
|
||||||
def writelines(self, l):
|
def writelines(self, l):
|
||||||
map(self.write, l)
|
map(self.write, l)
|
||||||
|
|
||||||
|
def flush(self):
|
||||||
|
pass
|
||||||
|
|
||||||
# Our own right-button menu
|
# Our own right-button menu
|
||||||
|
|
||||||
rmenu_specs = [
|
rmenu_specs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue