8000
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 487135a commit aa671b4Copy full SHA for aa671 8000 b4
Lib/idlelib/idle_test/test_text.py
@@ -6,7 +6,7 @@
6
from test.support import requires
7
from _tkinter import TclError
8
9
-class TextTest(object):
+class TextTest:
10
"Define items common to both sets of tests."
11
12
hw = 'hello\nworld' # Several tests insert this after initialization.
Lib/idlelib/idle_test/test_zzdummy.py
@@ -19,7 +19,7 @@
19
}
20
code_sample = """\
21
22
-class C1():
+class C1:
23
# Class comment.
24
def __init__(self, a, b):
25
self.a = a
0 commit comments