This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients eric.smith, loewis, mark.dickinson, mattip, python-dev, serhiy.storchaka
Date 2012-04-29.14:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SOVAS-0005V9-9k@dinsdale.python.org>
In-reply-to
Content
New changeset c468511fc887 by Mark Dickinson in branch 'default':
Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms.  Further, don't rely on Py_HUGE_VAL for float('inf').
http://hg.python.org/cpython/rev/c468511fc887
History
Date User Action Args
2012-04-29 14:32:06python-devsetrecipients: + python-dev, loewis, mark.dickinson, eric.smith, serhiy.storchaka, mattip
2012-04-29 14:32:05python-devlinkissue14521 messages
2012-04-29 14:32:05python-devcreate