Proposed changes to logging defaults

Terry Reedy tjreedy at udel.edu
Wed Dec 15 10:01:15 EST 2010


On 12/15/2010 3:46 AM, John Nagle wrote:

> You're assuming that the logging package has the right to blither
> on the default sys.stderr.

The Python stdlib *already* assumes that it can write to stderr. Using 
logging instead will make it easier for app writers to do something else.

-- 
Terry Jan Reedy




More information about the Python-list mailing list