Bug in python34 package struct

Rudi Lopez Lopez rlopezsr at gmail.com
Thu Mar 24 04:17:58 EDT 2016


from struct import pack

print(hex(126))
print(pack('>H',126))


Rudi G. Lopez



More information about the Python-list mailing list