]> granicus.if.org Git - python/commit
Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 2 Apr 2008 21:09:27 +0000 (21:09 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 2 Apr 2008 21:09:27 +0000 (21:09 +0000)
commite5aefa0b303b3146df931bab692d0758c1aa725f
tree5e15910ebeb001de4b05777c94742635583592a8
parentdbc114af0a5738ee6feda0ba2f13321872c858e7
Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period.
Lib/logging/handlers.py