]> granicus.if.org Git - python/commit
[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)
authorcsabella <cheryl.sabella@gmail.com>
Mon, 31 Jul 2017 19:10:13 +0000 (15:10 -0400)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 31 Jul 2017 19:10:13 +0000 (22:10 +0300)
commit2bf1586e60a6639b532cd8e3442ae33064523eb1
treeaa0964860c85cfc49a6b378500eb7a19b225b27c
parent8c4e5be1dfb4d1c74e8cc7ac925e3196818e07ac
[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)

between instances of OptionMenu.
(cherry picked from commit a568e5273382a5dca0c27274f7d8e34c41a87d4d)

* Update Misc/ACKS
Lib/tkinter/test/test_ttk/test_extensions.py
Lib/tkinter/ttk.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-07-17-11-35-00.bpo-25684.usELVx.rst [new file with mode: 0644]