Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

TimedRotatingFileHandler does not, by design, support multiple-week rollovers: 
the W mode is for a specific day of the week, and is documented as "Weekday" 
rather than "Weeks" (the other modes are documented as Seconds, Minutes, Hours, 
Days).

I don't currently have time to consider such support, but I'll certainly look 
at a patch (with tests).

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to