[issue17521] fileConfig() disables any previously-used "named" loggers, even when getLogger() is called again.

Roundup Robot report at bugs.python.org
Sat Mar 23 12:23:27 CET 2013


Roundup Robot added the comment:

New changeset 533b4a1d2b23 by Vinay Sajip in branch '2.7':
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
http://hg.python.org/cpython/rev/533b4a1d2b23

New changeset 49d54e4d95df by Vinay Sajip in branch '3.2':
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
http://hg.python.org/cpython/rev/49d54e4d95df

New changeset 1f6cda549b85 by Vinay Sajip in branch '3.3':
Issue #17521: Merged fix from 3.2.
http://hg.python.org/cpython/rev/1f6cda549b85

New changeset aa01eb949636 by Vinay Sajip in branch 'default':
Closes #17521: Merged fix from 3.3.
http://hg.python.org/cpython/rev/aa01eb949636

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list