Message 300812 - Python tracker

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.

Content
I rebased my PR and updated the tests so that they would pass.  I knew 'bg' on the frame would be changed, but I was surprised by the 'state' changes.  'normal' only exists for compatibility and isn't one of the states to check in the tests; instead, 'disabled' and '!disabled' set the state and either 'disabled' appears in the tuple or it doesn't appear.  I suppose I could have changed the tests to be assertNotIn.

https://docs.python.org/3/library/tkinter.ttk.html#widget-states