Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105592

Bug in python34 package struct

From Rudi Lopez Lopez <rlopezsr@gmail.com>
Newsgroups comp.lang.python
Subject Bug in python34 package struct
Date 2016-03-24 03:17 -0500
Message-ID <mailman.83.1458810158.2244.python-list@python.org> (permalink)

Show all headers | View raw


from struct import pack

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


Rudi G. Lopez

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug in python34 package struct Rudi Lopez Lopez <rlopezsr@gmail.com> - 2016-03-24 03:17 -0500
  Re: Bug in python34 package struct Marko Rauhamaa <marko@pacujo.net> - 2016-03-24 11:05 +0200

csiph-web