Bart Ogryczak wrote:

> I´ve got this problem with pickle, it seems it doesn´t handle
> correctly infinite values (nor does Python return overflow/underflow
> error).

Python 2.X relies on the C library to serialize floats, and, as you've 
noticed, some C libraries can produce values that they themselves cannot 
read.

</F>

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

Reply via email to