Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Even if there is something wrong with the returned values, Tkinter is just 
mostly a thin wrap around Tk. It does not change the returned value, it just 
converts it to appropriate Python type (a tuple of 4 integers (4, 4, 101, 101) 
instead of a string "4 4 101 101").

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to