[issue29105] code or doc improvement for logging.handlers.RotatingFileHandler

2016-12-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4255c7aae85b by Vinay Sajip in branch '3.6': Closes #29105: Updated RotatingFileHandler documentation. https://hg.python.org/cpython/rev/4255c7aae85b -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue29105] code or doc improvement for logging.handlers.RotatingFileHandler

2016-12-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker ___ ___

[issue29105] code or doc improvement for logging.handlers.RotatingFileHandler

2016-12-29 Thread iMath
New submission from iMath: For class logging.handlers.RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=0) if backupCount is zero and maxBytes is non-zero, the log file size could exceed maxBytes, i.e. we are not able to restrict the log file size using