Skip to content

Commit d92fea4

Browse files
gh-143990: Drop a redundant comment in the 3.15 backport
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b15245a commit d92fea4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_tkinter/test_font.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def test_create_from_named_font(self):
5757
self.assertEqual(f.cget('size'), sizetype(-20))
5858
self.assertEqual(f.actual('family'), named.actual('family'))
5959
self.assertEqual(f.actual('weight'), 'bold')
60-
# (Options overriding the given font are only supported since 3.16.)
6160

6261
def test_create_from_description(self):
6362
# gh-143990: a font created from a font description is resolved via

0 commit comments

Comments
 (0)