On Tue, Jun 06, 2006 at 10:36:06AM -0400, Jim Jewett wrote: > Are you suggesting that the logging module should ship with a standard > configuration that does something specific for py.* loggers? Or even > one that has different handlers for different stdlib modules?
No, I meant some modules don't need logging. e.g. adding logging to the string module would be silly. It makes more sense for larger systems and frameworks (the HTTP servers, asyncore, maybe some things in Tools/ like webchecker). --amk _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com