]> granicus.if.org Git - python/commit
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)
authorcsabella <cheryl.sabella@gmail.com>
Mon, 31 Jul 2017 09:30:09 +0000 (05:30 -0400)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 31 Jul 2017 09:30:09 +0000 (12:30 +0300)
commita568e5273382a5dca0c27274f7d8e34c41a87d4d
tree6fa43e8c6a12bbea985daa66c8e16f7884051169
parente8eb17b2c11dcd1550a94b175e557c234a804482
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)

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