Bug report
With Tk 9.1b1, four tests in test_ttk fail with AssertionError: TclError not raised: EntryTest, ComboboxTest and SpinboxTest.test_configure_justify, and LabelTest.test_configure_anchor.
They check that the empty string is rejected for these options. Since https://core.tcl-lang.org/tk/tktview/aba849a99b the empty string is the default of -justify of ttk::entry, ttk::combobox and ttk::spinbox, and of -anchor of ttk::label, and means the theme default. The change is in Tk 9.1b1 and will be in Tk 9.0.5.
Linked PRs
Bug report
With Tk 9.1b1, four tests in
test_ttkfail withAssertionError: TclError not raised:EntryTest,ComboboxTestandSpinboxTest.test_configure_justify, andLabelTest.test_configure_anchor.They check that the empty string is rejected for these options. Since https://core.tcl-lang.org/tk/tktview/aba849a99b the empty string is the default of
-justifyofttk::entry,ttk::comboboxandttk::spinbox, and of-anchorofttk::label, and means the theme default. The change is in Tk 9.1b1 and will be in Tk 9.0.5.Linked PRs