[issue21881] python cannot parse tcl value

Serhiy Storchaka report at bugs.python.org
Fri Jul 4 19:35:46 CEST 2014


Serhiy Storchaka added the comment:

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?

----------
assignee:  -> serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21881>
_______________________________________


More information about the Python-bugs-list mailing list