in reply to Re: pack() v unpack() padding: bug or ???
in thread pack() v unpack() padding: bug or ???

Another way to look at it is: unpack() does the opposite of pack() and the opposite of padding is stripping. (No, I'm not claiming that unpack() always does the exact opposite of pack().)

- tye        

  • Comment on Re^2: pack() v unpack() padding: bug or ??? (strip)