would anyone object if I combined the separate `wr...
# general
h
would anyone object if I combined the separate
write_stdout
and
print_stdout
methods on
Console
(and their analogous
_stderr
variants) into a single method?
a
probably not
it seems like the right thing to do
oh hm
i’m not familiar with what print() does vs .write()
@hundreds-father-404 ^
h
print
has a kwarg
end
that is by default '\n'
👍 1
write
doesn't
as far as I can tell that is the only difference
h
I remember a crazy Python 2 issue where the difference mattered. Can’t recall but I think this was in January or February from me. I’ll look tomorrow
h
if it's python 2 then we don't need to care about it anymore right?
h
(Btw this should probably go in the engine channel. It only impacts V2)