Comment 1 for bug 1594932

Revision history for this message
Curtis Hovey (sinzui) wrote :

Aaron suggested we refactor so that the rename is not needed:
   we should get rid of the os.rename, and just update StanzaWriter.filename before writing. os.rename was atomic, and if we're getting rid of that, I don't see why we want to rename into place at all.