This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Artificial
Recipients Artificial
Date 2019-10-03.01:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570066667.99.0.68750646925.issue38357@roundup.psfhosted.org>
In-reply-to
Content
python3 -c "print('\x7F')" > test.txt && xxd test.txt
00000000: 7f0a                                     ..                               

python3 -c "print('\x80')" > test.txt && xxd test.txt
00000000: c280 0a                                  ...
History
Date User Action Args
2019-10-03 01:37:48Artificialsetrecipients: + Artificial
2019-10-03 01:37:47Artificialsetmessageid: <1570066667.99.0.68750646925.issue38357@roundup.psfhosted.org>
2019-10-03 01:37:47Artificiallinkissue38357 messages
2019-10-03 01:37:47Artificialcreate