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 serhiy.storchaka
Recipients python-dev, schwab, serhiy.storchaka
Date 2014-07-07.12:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404736181.97.0.331117994131.issue21881@psf.upfronthosting.co.za>
In-reply-to
Content
On some platforms NaN representation has a minus before "nan" (see http://buildbot.python.org/all/builders/x86%20OpenIndiana%202.7/builds/2384/steps/test/logs/stdio). So it is easier just omit tests for these platform-specific values.

Regardless of the fact that it is very unlikely to get NaN in Tk, in future we should fix getdouble() (it should work with Tcl_Obj) and use it everywhere in tkinter instead of float().
History
Date User Action Args
2014-07-07 12:29:42serhiy.storchakasetrecipients: + serhiy.storchaka, python-dev, schwab
2014-07-07 12:29:41serhiy.storchakasetmessageid: <1404736181.97.0.331117994131.issue21881@psf.upfronthosting.co.za>
2014-07-07 12:29:41serhiy.storchakalinkissue21881 messages
2014-07-07 12:29:41serhiy.storchakacreate