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 serhiy.storchaka
Recipients Devin Fisher, alanmcintyre, ronaldoussoren, serhiy.storchaka, twouters
Date 2019-10-29.20:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572380173.86.0.818171028277.issue24686@roundup.psfhosted.org>
In-reply-to
Content
Interesting, but all extra after the Extended Timestamp field is a UTF-8 encoded text:

b"\n\x00 \x00\x00\x00\x00\x00\x01\x00\x18\x00\x00\xeb\x93\x91'\xef\xbf\xbd\xef\xbf\xbd\x01\x00\xde\xa8\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\x01\x00\xde\xa8\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\x01" == "\n\x00 \x00\x00\x00\x00\x00\x01\x00\x18\x00\x00\ub4d1'\ufffd\ufffd\x01\x00\u07a8\ufffd\ufffd\ufffd\x01\x00\u07a8\ufffd\ufffd\ufffd\x01".encode()

The chance that random binary data is a UTF-8 encoded text is small, so it looks like garbage text encoded with UTF-8 was appended to the extra.

It is definitely not Python issue.
History
Date User Action Args
2019-10-29 20:16:13serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, ronaldoussoren, alanmcintyre, Devin Fisher
2019-10-29 20:16:13serhiy.storchakasetmessageid: <1572380173.86.0.818171028277.issue24686@roundup.psfhosted.org>
2019-10-29 20:16:13serhiy.storchakalinkissue24686 messages
2019-10-29 20:16:13serhiy.storchakacreate