Antoine Pitrou added the comment:

I'm not sure why you would setup logging on a RAM filesystem (I assume we're 
talking about normal volatile RAM)?
But besides, the big point of using rename() is that it's fast, atomic and 
won't disrupt existing file handlers pointing to that file. If 
RotatingFileHandler may resort to copying by mistake, it may cause other issues 
down the line.

----------
nosy: +pitrou

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

Reply via email to