When is min(a, b) != min(b, a)?

Mark Dickinson dickinsm at gmail.com
Mon Jan 21 11:14:31 EST 2008


On Jan 21, 9:55 am, Jason <tenax.racc... at gmail.com> wrote:
> display.  On windows, "float('nan')" will cause an exception, as there
> are no valid string representations of NAN that can be converted to
> the special floating point value.  Also, if you manage to create a nan
> under Windows, it displays as "1.#QNAN".

I believe this will be fixed in Python 2.6  :)

Mark



More information about the Python-list mailing list