Is this new behavior intentional? ::
thisisatest
12
Here is the reason for it:
Help on method write in module io:
write(self, s: str) method of io.TextIOWrappe r instance
Thank you,
Alan Isaac
>>sys.stderr.wr ite("thisisates t\n")
12
Here is the reason for it:
>>help(sys.stde rr.write)
write(self, s: str) method of io.TextIOWrappe r instance
Thank you,
Alan Isaac
Comment