Python equivilent of pack()?

meow meowing at banet.net
Tue Aug 24 14:49:46 EDT 1999


Bit Nik <bitwise at io.com> wrote:

> My question is this: is there a functional equivilent to the Perl pack()
> and unpack() functions in Python?

See the standard struct module.  It's very much like the Perl
equivalent, except that the documentation makes sense.




More information about the Python-list mailing list