On 16/01/21 3:37 pm, Chris Angelico wrote: > Surely it should be the other way around? If you use the C stdio > streams, flush them after use. 1. You might not know that you're (implicitly) using C stdio. 2. There doesn't seem to be an easy way to flush C stdio from Python any more. -- Greg