yes
On Thu, Jan 21, 2010 at 4:02 PM, kevin <kevincastigli...@gmail.com> wrote: > return struct.pack('>q', n) # big endian = network order > > is this it? > > On Thu, Jan 21, 2010 at 1:59 PM, Jonathan Ellis <jbel...@gmail.com> wrote: >> >> there's a few examples in test/system/test_server.py >> >> On Thu, Jan 21, 2010 at 3:58 PM, kevin <kevincastigli...@gmail.com> wrote: >> > On Thu, Jan 21, 2010 at 1:51 PM, Jonathan Ellis <jbel...@gmail.com> >> > wrote: >> >> >> >> in python you would use struct.pack, fwiw >> >> >> > can you pl. give an example of this in python? i have been trying this >> > for a >> > while without success! >> > > >