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 vinay.sajip
Recipients markhallett, martonivan, vinay.sajip
Date 2021-08-13.12:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628856722.59.0.173292546616.issue40469@roundup.psfhosted.org>
In-reply-to
Content
> You are far better and more experienced in maintaining widely used opensource codebases so I wouldn't argue with you, but... :)

Well, if a change introduces a problem, it will be my lookout, won't it? Just as the original patch for bpo-8117 is proving to be :-)

OK, how about this? We update the PR to add a new use_ctime=False keyword argument to TimedRotatingHandler.__init__(). If nothing else changes, the behaviour is as it is currently. If use_ctime=True is passed in the instantiation, then the constructor will use CTIME rather than MTIME. Will that work for you? I'd be OK with that approach.
History
Date User Action Args
2021-08-13 12:12:02vinay.sajipsetrecipients: + vinay.sajip, markhallett, martonivan
2021-08-13 12:12:02vinay.sajipsetmessageid: <1628856722.59.0.173292546616.issue40469@roundup.psfhosted.org>
2021-08-13 12:12:02vinay.sajiplinkissue40469 messages
2021-08-13 12:12:02vinay.sajipcreate