mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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.
(cherry picked from commit 8dfe15625e
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
00e24cdca4
commit
ff06957710
10 changed files with 49 additions and 47 deletions
|
@ -7,7 +7,7 @@ This includes:
|
|||
from tkinter import *
|
||||
|
||||
|
||||
class TooltipBase(object):
|
||||
class TooltipBase:
|
||||
"""abstract base class for tooltips"""
|
||||
|
||||
def __init__(self, anchor_widget):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue