[issue2317] TimedRotatingFileHandler logic for removing files wrong

2008-04-02 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Updated SVN, but not backported to 2.5 or earlier maintenance branches. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2317] TimedRotatingFileHandler logic for removing files wrong

2008-03-17 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue2317] TimedRotatingFileHandler logic for removing files wrong

2008-03-17 Thread Per Cederqvist
New submission from Per Cederqvist <[EMAIL PROTECTED]>: There are three issues with log file removal in the TimedRotatingFileHandler class: - Removal will stop working in the year 2100, as the code assumes that timestamps start with ".20". - If you run an application with backupCount set t