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 amaury.forgeotdarc
Recipients Gerald.Dalley, amaury.forgeotdarc
Date 2011-11-03.21:59:30
SpamBayes Score 1.8119632e-05
Marked as misclassified No
Message-id <1320357571.58.0.181563641878.issue13337@psf.upfronthosting.co.za>
In-reply-to
Content
> Use case: nan values are printed as "nan" with typical Linux
> implementations, but as "NaN" on other operating systems like Solaris.

Did you test with Python 2.7 or above? ITSM that 
   repr(float("nan")) == "nan"
consistently on all platforms.
History
Date User Action Args
2011-11-03 21:59:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Gerald.Dalley
2011-11-03 21:59:31amaury.forgeotdarcsetmessageid: <1320357571.58.0.181563641878.issue13337@psf.upfronthosting.co.za>
2011-11-03 21:59:31amaury.forgeotdarclinkissue13337 messages
2011-11-03 21:59:30amaury.forgeotdarccreate