On 14.06.2018 04:04, Branko Čibej wrote:
> So, long story short ... changing all the open().write() statements to
> the 'with' form should at least remove one possible source of bugs.

We also use open().read() a lot, but that should not have timing
problems since it doesn't modify the file.

-- Brane

Reply via email to