New submission from zaza hohonini :
Hello,
I am running python 3.8.0 and found a problem where multiple checkbuttons get
switched when I click one. From observing it looks like each first check button
in a frame is linked. And each second, etc. I ran the some program in python
2.7.17 and it
zaza hohonini added the comment:
Hello,
I have done a bit of digging and found out that this behavior appeared in
python version 3.6.0 alpha2. I think it is related to bpo-27025
(https://bugs.python.org/issue27025) that changed the way that widgets are
named. It is my impression that the