Re: logging doc problem

2008-04-23 Thread Gabriel Genellina
En Wed, 23 Apr 2008 23:08:49 -0300, James Stroud <[EMAIL PROTECTED]> escribió: Am I missing something or are the docs for logging hopelessly outdated? http://docs.python.org/lib/node406.html For example, quoting the docs """ import logging logging.debug('A debug message') logging.info('Som

logging doc problem

2008-04-23 Thread James Stroud
Am I missing something or are the docs for logging hopelessly outdated? http://docs.python.org/lib/node406.html For example, quoting the docs """ import logging logging.debug('A debug message') logging.info('Some information') logging.warning('A shot across the bows') """ And the result is %