Hi, The sys.stdout stream behaves strangely in my Python2.4 shell:
>>> import sys
>>> sys.stdout.write("AAAA")
>>> sys.stdout.write("BBBB\n")
BBBB
>>> sys.stdout.write("CCCC\nDDDD")
CCCC
>>> sys.stdout.flush()
[...nothing...]
Have you ever seen sys.stdout behave like that ?
Any idea what is wrong with my Python2.4 install
or Linux (Mandrake 10.0) system ?
Cheers,
Sébastien
--
http://mail.python.org/mailman/listinfo/python-list
