-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as not planned
Labels
project: policyOrganization of the typeshed projectOrganization of the typeshed projecttopic: tkintertkinter-related issuestkinter-related issues
Description
While tkinter is technically stdlib, it feels like a third-party package in a couple ways:
- It's not always distributed with Python. The default Python installation on most linux distros includes all of the stdlib except tkinter, because that way python doesn't need to depend on Tcl/Tk.
- I want to use the latest possible tkinter stubs instead of waiting several months for the next mypy release. I don't know how other typed tkinter people feel about this. @melassa and @Hawk777, what do you think?
We could consider moving tkinter stubs from stdlib/ to stubs/. This would create a types-tkinter project on pypi that is auto-updated when pull requests are merged, even though you aren't supposed to pip install tkinter.
Avasam
Metadata
Metadata
Assignees
Labels
project: policyOrganization of the typeshed projectOrganization of the typeshed projecttopic: tkintertkinter-related issuestkinter-related issues