projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed wxString::resize() which was completely broken
[wxWidgets.git]
/
wxPython
/
demo
/
data
/
echo.py
diff --git
a/wxPython/demo/data/echo.py
b/wxPython/demo/data/echo.py
index 46e5fa761e6697a790a42e8ec87909780070b5cc..d40a9f19885fba701007feae6743706eb2c5a4bd 100644
(file)
--- a/
wxPython/demo/data/echo.py
+++ b/
wxPython/demo/data/echo.py
@@
-20,6
+20,8
@@
while line:
line = line[:-1]
sys.stdout.write('\nYou typed "%s"\n' % line)
sys.stdout.flush()
+ #sys.stderr.write('\nTyped you "%s" Yoda say...\n' % line)
+ #sys.stderr.flush()
line = sys.stdin.readline()