[Python-Dev] Adding DBL_MANTISSA and such to Python

Josiah Carlson jcarlson at uci.edu
Thu May 5 10:10:53 CEST 2005


Josiah Carlson <jcarlson at uci.edu> wrote:

           unsigned
             vvvvvv
> For 64 bit signed integers:
>   struct.pack("Q",...)
>   struct.unpack("Q",...)

My fingers were typing too fast (I do much work with unsigned 64 bit
integers, but not much with unsigned ones).

 - Josiah



More information about the Python-Dev mailing list