On Thu, Mar 24, 2016 at 7:17 PM, Rudi Lopez Lopez <[email protected]> wrote: > from struct import pack > > print(hex(126)) > print(pack('>H',126))
Explain the bug? ChrisA -- https://mail.python.org/mailman/listinfo/python-list
On Thu, Mar 24, 2016 at 7:17 PM, Rudi Lopez Lopez <[email protected]> wrote: > from struct import pack > > print(hex(126)) > print(pack('>H',126))
Explain the bug? ChrisA -- https://mail.python.org/mailman/listinfo/python-list