[issue9512] logging.handlers.RotatingFileHandler - mode argument not respected

Friðrik Már Jónsson report at bugs.python.org
Mon Aug 23 12:39:34 CEST 2010


Friðrik Már Jónsson <fridrik at pyth.net> added the comment:

That's a fair conclusion, but in this case I'd appreciate Terry's suggested doc patch being implemented:

DOC PATCH In 15.6.12.5. RotatingFileHandler, replace
"If mode is not specified, 'a' is used." with
"If mode is not specified or if maxBytes > 0, the mode is 'a'."

----------

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


More information about the Python-bugs-list mailing list