Message 132065 - Python tracker
Would it suffice if the new scheme internally flushed after every buffer.write? It wouldn't be needed after write, because the correct application would already do one there? Am I off-base in supposing that the performance of buffer.write is expected to include a flush (because it isn't expected to be buffered)?