[issue2929] TimedRotatingFileHandler crashes on backup file deletion attempt

2008-05-20 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Fix checked into trunk (r63507). Thanks for the report! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2929] TimedRotatingFileHandler crashes on backup file deletion attempt

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

[issue2929] TimedRotatingFileHandler crashes on backup file deletion attempt

2008-05-20 Thread Stephan Blietz
New submission from Stephan Blietz <[EMAIL PROTECTED]>: Hello, when the maximum number of backup files is reached TimedRotatingFileHandler can't delete the oldest existing file. I got the following error message: Traceback (most recent call last): File "D:\Python25\lib\logging\handlers.py", li