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 schwab, serhiy.storchaka
Date 2014-07-04.17:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404495346.18.0.492109004216.issue21881@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting, what result of getdouble?

>>> import _tkinter
>>> tk = _tkinter.create()
>>> nan = float('nan')
>>> tk.getdouble(nan)
nan

What returns getdouble() (note that _tkinter is imported instead of tkinter!) for NaN value?
History
Date User Action Args
2014-07-04 17:35:46serhiy.storchakasetrecipients: + serhiy.storchaka, schwab
2014-07-04 17:35:46serhiy.storchakasetmessageid: <1404495346.18.0.492109004216.issue21881@psf.upfronthosting.co.za>
2014-07-04 17:35:46serhiy.storchakalinkissue21881 messages
2014-07-04 17:35:45serhiy.storchakacreate