Nevermind, I seem to have found it on my own =]

http://python.org/doc/2.5/lib/module-struct.html

This module performs conversions between Python values and C structs
represented as Python strings. It uses format strings (explained
below) as compact descriptions of the lay-out of the C structs and the
intended conversion to/from Python values. This can be used in
handling binary data stored in files or from network connections,
among other sources.

I freakin' love Python!!

Skye

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to