[Python-checkins] r79293 - in python/trunk: Doc/library/logging.rst Lib/logging/__init__.py Lib/test/test_logging.py Misc/NEWS

Georg Brandl g.brandl at gmx.net
Mon Mar 22 18:50:44 CET 2010


Am 22.03.2010 17:18, schrieb Ezio Melotti:
>> +.. versionchanged:: 2.7
>> +
>> +The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. This method
>> +delegates to the underlying logger.
>> +
> 
> Shouldn't this be:
> .. versionchanged:: 2.7
>     The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. 
> This method
>     delegates to the underlying logger.
> ?

Yes, it should.

Georg



More information about the Python-checkins mailing list