[issue18940] TimedRotatingFileHandler and RotatingFileHandler fail to doRollover if a logger has delay=True and no logs in that time.

Roundup Robot report at bugs.python.org
Fri Sep 6 11:11:50 CEST 2013


Roundup Robot added the comment:

New changeset 6a591870017c by Vinay Sajip in branch '2.7':
Issue #18940: Handled low-volume logging when delay is True.
http://hg.python.org/cpython/rev/6a591870017c

New changeset 324774a59256 by Vinay Sajip in branch '3.3':
Issue #18940: Handled low-volume logging when delay is True.
http://hg.python.org/cpython/rev/324774a59256

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

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

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


More information about the Python-bugs-list mailing list