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 mark.dickinson
Recipients loewis, mark.dickinson, michael.foord, rye, vstinner
Date 2012-04-18.13:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334754866.07.0.680253122123.issue14613@psf.upfronthosting.co.za>
In-reply-to
Content
> It is possible that it returns NaN

How is that possible?  I can't see any way that the Python 2.7 implementation of floattime could return a NaN.  In each case, floattime appears to be extracting integer fields from some suitable struct, and then combining them to produce a double;  I can't see any scope for producing a NaN in any of the formulas used.
History
Date User Action Args
2012-04-18 13:14:26mark.dickinsonsetrecipients: + mark.dickinson, loewis, vstinner, michael.foord, rye
2012-04-18 13:14:26mark.dickinsonsetmessageid: <1334754866.07.0.680253122123.issue14613@psf.upfronthosting.co.za>
2012-04-18 13:14:25mark.dickinsonlinkissue14613 messages
2012-04-18 13:14:25mark.dickinsoncreate