Antoine Pitrou <pit...@free.fr> added the comment:

First, it is quite uncommon to open a file in append mode.  Second, when you 
open in append mode, often you will gradually append (such as for a logfile), 
so a single method call isn't effective.

So I think this does not solve an important use case.

----------

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

Reply via email to