[issue41382] print() unpredictable behaviour

n-io report at bugs.python.org
Fri Jul 24 11:06:23 EDT 2020


n-io <stawi78 at hotmail.com> added the comment:

Redirecting the stdout of the command to a file (script.py > out) shows the output being produced correctly. The bug seems therefore unrelated to python, my apologies. Thanks though!

FYI, "$cat out" will reproduce the bug, while "$vi out" will show the correct output as expected. Your intuition seemed correct, thanks.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41382>
_______________________________________


More information about the Python-bugs-list mailing list