> In Python 3.1 is there any difference in the buffering behavior of the > initial sys.stdout and sys.stderr streams?
No. > Were they different at some earlier point in Python's evolution? That depends on the operating system. These used to be whatever the C library set up as stdout and stderr. Typically, they were buffered in the same way. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list