Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions stdlib/@tests/stubtest_allowlists/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ turtledemo
turtledemo\..+


# ======================================================================
# TODO: Module members that exist at runtime, but are missing from stubs
# ======================================================================

tkinter.Misc.config


# ======================================================================
# Modules that exist at runtime, but are deliberately missing from stubs
# ======================================================================
Expand Down
3 changes: 1 addition & 2 deletions stdlib/tkinter/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,7 @@ class Misc:
def __getitem__(self, key: str) -> Any: ...
def cget(self, key: str) -> Any: ...
def configure(self, cnf: Any = None) -> Any: ...
# TODO: config is an alias of configure, but adding that here creates
# conflict with the type of config in the subclasses. See #13149
config = configure

class CallWrapper:
func: Incomplete
Expand Down
Loading