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 epaine
Recipients epaine, felixonmars, serhiy.storchaka, terry.reedy, vstinner
Date 2021-10-15.12:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634300744.0.0.359809137377.issue43139@roundup.psfhosted.org>
In-reply-to
Content
TL;DR I believe these are both Tk issues. I will take it up with them when I have time.

Starting with `test_winfo_rgb`, it is not the case that the expected behaviour is no longer that #4a3c8c is equivalent to #4a4a3c3c8c8c since this is documented on the man page (https://www.tcl.tk/man/tcl/TkLib/GetColor.html#M8). I need to do more research into exactly what versions / platforms are effected.

I also believe the problem with `test_configure_type` is on the Tk end, since `[menu .m] configure -type {}` succeeds despite not being documented on the man page (https://www.tcl.tk/man/tcl8.4/TkCmd/menu.html#M13) nor in the "bad type" message:
% [menu .m] configure -type a 
bad type "a": must be normal, tearoff, or menubar
History
Date User Action Args
2021-10-15 12:25:44epainesetrecipients: + epaine, terry.reedy, vstinner, serhiy.storchaka, felixonmars
2021-10-15 12:25:43epainesetmessageid: <1634300744.0.0.359809137377.issue43139@roundup.psfhosted.org>
2021-10-15 12:25:43epainelinkissue43139 messages
2021-10-15 12:25:43epainecreate