In Python 2.5, I have a float and I\'d like to obtain and manipulate its bit pattern as an integer.
For example, suppose I have
x = 173.3125 <
x = 173.3125
I am not too well versed on this topic, but have you tried the ctypes module?