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 SylvainDe, knzsys, serhiy.storchaka
Date 2017-06-21.08:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498033824.93.0.0119949500227.issue30712@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/library/struct.html#byte-order-size-and-alignment

"""
Notes:
1. Padding is only automatically added between successive structure members. No padding is added at the beginning or the end of the encoded struct.
"""
History
Date User Action Args
2017-06-21 08:30:24serhiy.storchakasetrecipients: + serhiy.storchaka, SylvainDe, knzsys
2017-06-21 08:30:24serhiy.storchakasetmessageid: <1498033824.93.0.0119949500227.issue30712@psf.upfronthosting.co.za>
2017-06-21 08:30:24serhiy.storchakalinkissue30712 messages
2017-06-21 08:30:24serhiy.storchakacreate