axil added the comment: This fix breaks the behavior of RotatingFileHandler.
Maxbytes>0 can now be only used with backupCount>0 otherwise it is ignored. So all programs that are using Maxbytes>0 and backupCount=0 are now facing an infinitely growing logfile. ---------- nosy: +axil type: behavior -> resource usage versions: +Python 2.7 Added file: http://bugs.python.org/file33085/test.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16244> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com