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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21881>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to