[issue21881] python cannot parse tcl value

Serhiy Storchaka report at bugs.python.org
Mon Jul 7 14:29:41 CEST 2014


Serhiy Storchaka added the comment:

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().

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list