Packing a long long type

Rich J crj003 at yahoo.com
Tue Jun 19 18:44:48 EDT 2001


Does anyone know how it would be possible to pack a list containing
'long long' types (like 111111111111111L) and other standard types
(int, string, char). I know you can use the struct module to pack all
but the 'long long'. I also know you can use the xdrlib module to pack
the 'long long'. Any ideas?

Thanks,

Rich



More information about the Python-list mailing list