diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 11:33:02 +0200 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-25 11:33:02 +0200 |
| commit | 099414875bdfc7eaf5a7c84ab34cd24a489b419e (patch) | |
| tree | d6a739f240598d511aecf0f77297d0cc65bb4c5b /Lib/idlelib/OutputWindow.py | |
| parent | f4b341b0e6fa19e2ae88df754081a24ef1eaf033 (diff) | |
| parent | 30d5e6c13fc988af2a6c0f8f0cdf43092c241e8f (diff) | |
| download | cpython-git-099414875bdfc7eaf5a7c84ab34cd24a489b419e.tar.gz | |
merge 3.2
Diffstat (limited to 'Lib/idlelib/OutputWindow.py')
| -rw-r--r-- | Lib/idlelib/OutputWindow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/OutputWindow.py b/Lib/idlelib/OutputWindow.py index 565cc9b772..cba9013997 100644 --- a/Lib/idlelib/OutputWindow.py +++ b/Lib/idlelib/OutputWindow.py @@ -40,6 +40,7 @@ class OutputWindow(EditorWindow): self.text.insert(mark, s, tags) self.text.see(mark) self.text.update() + return len(s) def writelines(self, lines): for line in lines: |
