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 knzsys
Recipients SylvainDe, knzsys, serhiy.storchaka
Date 2017-06-21.05:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498024108.52.0.540417666533.issue30712@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks a lot.
changing format string from '2s2s29H26f3L4s' to '=2s2s29H26f3L4s' worked for me.

But I still do not understand, why it's working if I splitt format string in 2 parts + use the (un)pack command 2 times ('2s2s29H' + '26f3L4s' are working separately, but '=2s2s29H26f3L4s' needs the alignment specified.

Do someone have a link, where the alignment options are deeply explained?
History
Date User Action Args
2017-06-21 05:48:28knzsyssetrecipients: + knzsys, serhiy.storchaka, SylvainDe
2017-06-21 05:48:28knzsyssetmessageid: <1498024108.52.0.540417666533.issue30712@psf.upfronthosting.co.za>
2017-06-21 05:48:28knzsyslinkissue30712 messages
2017-06-21 05:48:28knzsyscreate