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 christian.heimes
Recipients christian.heimes, gvanrossum, mark
Date 2007-12-15.22:59:57
SpamBayes Score 0.0048275194
Marked as misclassified No
Message-id <47645C6D.8090502@cheimes.de>
In-reply-to <200712152124.31327.mark@qtrac.eu>
Content
Mark Summerfield wrote:
> It seems to me that Python should provide consistent results across
> platforms wherever possible and that this is a gratuitous inconsistency
> that makes cross-platform testing less convenient than it need be.
> 
> I'll take a look at those functions next week.

It should be fixed in the trunk and merged into py3k. 2.6 suffers from
the same problem.

By the way I have another pending patch which adds consistent handling
of "nan" and "inf" on all platforms to float.

Christian
History
Date User Action Args
2007-12-15 22:59:57christian.heimessetspambayes_score: 0.00482752 -> 0.0048275194
recipients: + christian.heimes, gvanrossum, mark
2007-12-15 22:59:57christian.heimeslinkissue1600 messages
2007-12-15 22:59:57christian.heimescreate