Message106091
One more design question. For something like: '<HT{>H}H', what endianness should be used when packing/unpacking the last 'H'? Should the switch to '>' within the embedded struct be regarded as local to the struct?
With your patch, I get:
>>> pack('<HT{>H}H', 1, (2,), 3)
b'\x01\x00\x00\x02\x00\x03' |
|
Date |
User |
Action |
Args |
2010-05-19 19:56:17 | mark.dickinson | set | recipients:
+ mark.dickinson, barry, teoliphant, pitrou, inducer, ajaksu2, MrJean1, benjamin.peterson, noufal, meador.inge, Alexander.Belopolsky |
2010-05-19 19:56:17 | mark.dickinson | set | messageid: <1274298977.42.0.54871868095.issue3132@psf.upfronthosting.co.za> |
2010-05-19 19:56:16 | mark.dickinson | link | issue3132 messages |
2010-05-19 19:56:16 | mark.dickinson | create | |
|