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 epaine, rhoffmann, serhiy.storchaka
Date 2021-01-24.12:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611491032.05.0.449072830126.issue42992@roundup.psfhosted.org>
In-reply-to
Content
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").
History
Date User Action Args
2021-01-24 12:23:52serhiy.storchakasetrecipients: + serhiy.storchaka, epaine, rhoffmann
2021-01-24 12:23:52serhiy.storchakasetmessageid: <1611491032.05.0.449072830126.issue42992@roundup.psfhosted.org>
2021-01-24 12:23:52serhiy.storchakalinkissue42992 messages
2021-01-24 12:23:52serhiy.storchakacreate