[issue10949] logging.RotatingFileHandler not robust enough

2011-01-23 Thread Vinay Sajip
Vinay Sajip added the comment: Sorry, Georg! I think I've been working too hard, this completely passed me by. Should have left py3k till later, as it's not that urgent. -- ___ Python tracker ___

[issue10949] logging.RotatingFileHandler not robust enough

2011-01-22 Thread Georg Brandl
Georg Brandl added the comment: You could have said that the py3k branch is closed for changes without tests or review... -- nosy: +georg.brandl ___ Python tracker ___

[issue10949] logging.RotatingFileHandler not robust enough

2011-01-22 Thread Éric Araujo
Éric Araujo added the comment: Is it okay that there is no test? -- nosy: +eric.araujo stage: -> committed/rejected versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___

[issue10949] logging.RotatingFileHandler not robust enough

2011-01-21 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked into py3k, release27-maint, release31-maint (r88139). The 2.6 branch is closed for changes other than security fixes. -- assignee: -> vinay.sajip resolution: -> fixed status: open -> closed ___ Python tra

[issue10949] logging.RotatingFileHandler not robust enough

2011-01-21 Thread R. David Murray
Changes by R. David Murray : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue10949] logging.RotatingFileHandler not robust enough

2011-01-19 Thread Christophe Kalt
New submission from Christophe Kalt : logging.RotatingFileHandler.doRollover() can fail leaving the handler with a closed filehandle, causing all subsequent logging attempts to fail: >>> import logging >>> import logging.handlers >>> logging.getLogger().addHandler(logging.handlers.RotatingFileH