Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51999c9 commit 54f1005Copy full SHA for 54f1005
1 file changed
Lib/idlelib/idle_test/test_macosx.py
@@ -34,7 +34,7 @@ def test_init_sets_tktype(self):
34
for platform, types in ('darwin', alltypes), ('other', nontypes):
35
with self.subTest(platform=platform):
36
macosx.platform = platform
37
- macosx._tk_type == None
+ macosx._tk_type = None
38
macosx._init_tk_type()
39
self.assertIn(macosx._tk_type, types)
40
0 commit comments