sys.stdout vs. sys.stderr

Mitchell L Model MLMDev at Comcast.net
Sun Jan 10 19:45:59 EST 2010


In Python 3.1 is there any difference in the buffering behavior of the  
initial sys.stdout and sys.stderr streams? They are both line_buffered  
and stdout doesn't seem to use a larger-grain buffering, so they seem  
to be identical with respect to buffering. Were they different at some  
earlier point in Python's evolution?



More information about the Python-list mailing list