This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ivogrondman
Recipients ivogrondman, ned.deily, ronaldoussoren
Date 2021-10-27.15:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635348193.15.0.970239577461.issue45628@roundup.psfhosted.org>
In-reply-to
Content
Using the TimedRotatingFileHandler with a non-zero backupCount, I get different behaviour between versions 3.9 and 3.10.

Attached is a small example. Running it with 3.9 gives me two backups at most even if I run the script for a long time. Running it with 3.10 does not delete old backup files at all and just keeps writing new ones.
History
Date User Action Args
2021-10-27 15:23:13ivogrondmansetrecipients: + ivogrondman, ronaldoussoren, ned.deily
2021-10-27 15:23:13ivogrondmansetmessageid: <1635348193.15.0.970239577461.issue45628@roundup.psfhosted.org>
2021-10-27 15:23:13ivogrondmanlinkissue45628 messages
2021-10-27 15:23:13ivogrondmancreate