Artificial <[email protected]> added the comment:
python3 -c "print('\x7F')" > test.txt && xxd test.txt
00000000: 7f0a ..
python3 -c "print('\x80')" > test.txt && xxd test.txt
00000000: c280 0a ...
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com