
July 13, 2021
7:27 p.m.
13.07.21 14:15, sandhoners123@gmail.com пише:
My suggestion is to have either a writelines2 or a newline kwarg which does put new lines automatically at the end of every line written
The writelines method is the part of interface. Adding new parameter or new method to interface is a major breaking change. It will make invalid all existing user code which implements this interface.