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 terje.myklebust123
Recipients terje.myklebust123
Date 2021-11-11.10:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636626738.35.0.997508100791.issue45782@roundup.psfhosted.org>
In-reply-to
Content
>>> struct.pack("i", 119) 
b'w\x00\x00\x00'

"w" in a binary value?

>>> struct.pack("I", 116) 
b't\x00\x00\x00'

"t" in a binary value?
History
Date User Action Args
2021-11-11 10:32:18terje.myklebust123setrecipients: + terje.myklebust123
2021-11-11 10:32:18terje.myklebust123setmessageid: <1636626738.35.0.997508100791.issue45782@roundup.psfhosted.org>
2021-11-11 10:32:18terje.myklebust123linkissue45782 messages
2021-11-11 10:32:18terje.myklebust123create