Rudi Lopez Lopez <[email protected]>: > from struct import pack > > print(hex(126)) > print(pack('>H',126))
I can't see any bug. The tilde (~) has an ASCII code 126. Marko -- https://mail.python.org/mailman/listinfo/python-list
Rudi Lopez Lopez <[email protected]>: > from struct import pack > > print(hex(126)) > print(pack('>H',126))
I can't see any bug. The tilde (~) has an ASCII code 126. Marko -- https://mail.python.org/mailman/listinfo/python-list