Re: struct.pack bug?

2006-10-27 Thread Jansson Christer
Fredrik Lundh wrote: > "Jansson Christer" wrote: > > >>I have discovered that in my Python 2.4.1 installation (on Solaris 8), >>struct.pack handles things in a way that seems inconsistent to me. >> >>I haven't found any comprehensible documentatio

struct.pack bug?

2006-10-27 Thread Jansson Christer
Hi all, I have discovered that in my Python 2.4.1 installation (on Solaris 8), struct.pack handles things in a way that seems inconsistent to me. I haven't found any comprehensible documentation over known issues with Python 2.4.1 so I try this... Here's the thing: >>> from struct import pac