[issue11424] logging fileConfig may not correctly detect children

Vinay Sajip report at bugs.python.org
Mon Mar 7 19:39:47 CET 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

Fix does not apply to 2.5 as the relevant code for keeping child loggers enabled was added in 2.6.

Fixes checked in:

b9d76846bb1c (2.6)
9dad160206a3 (2.7)
d9125bf3bac5 (3.1)
e607d25b4462, 27bf21522742 (3.2)
b0883c15b28c (3.3)

Test cases were added, and in addition your attached script gives the updated results once the fix has been applied.

----------
assignee:  -> vinay.sajip
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11424>
_______________________________________


More information about the Python-bugs-list mailing list