mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-43013: Update idlelib code to 3.x (GH-24315)
Remove 9 remaining '(object)' occurrences in class headers in idlelib and 25 '()' occurrences in idlelib.idle_test class headers.
This commit is contained in:
parent
15bd9efd01
commit
8dfe15625e
10 changed files with 49 additions and 47 deletions
|
@ -195,7 +195,7 @@ class AutoCompleteTest(unittest.TestCase):
|
|||
self.assertFalse(acp.open_completions(ac.TAB))
|
||||
self.text.delete('1.0', 'end')
|
||||
|
||||
class dummy_acw():
|
||||
class dummy_acw:
|
||||
__init__ = Func()
|
||||
show_window = Func(result=False)
|
||||
hide_window = Func()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue