Hi,
The sys.stdout stream behaves strangely in my
Python2.4 shell:
[color=blue][color=green][color=darkred]
>>> import sys
>>> sys.stdout.writ e("AAAA")
>>> sys.stdout.writ e("BBBB\n")[/color][/color][/color]
BBBB[color=blue][color=green][color=darkred]
>>> sys.stdout.writ e("CCCC\nDDDD ")[/color][/color][/color]
CCCC[color=blue][color=green][color=darkred]
>>> sys.stdout.flus h()[/color][/color][/color]
[...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
The sys.stdout stream behaves strangely in my
Python2.4 shell:
[color=blue][color=green][color=darkred]
>>> import sys
>>> sys.stdout.writ e("AAAA")
>>> sys.stdout.writ e("BBBB\n")[/color][/color][/color]
BBBB[color=blue][color=green][color=darkred]
>>> sys.stdout.writ e("CCCC\nDDDD ")[/color][/color][/color]
CCCC[color=blue][color=green][color=darkred]
>>> sys.stdout.flus h()[/color][/color][/color]
[...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
Comment