mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-12 19:30:53 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -1,18 +1,7 @@
|
||||
import sys
|
||||
from tkinter.commondialog import Dialog
|
||||
from typing import ClassVar, Final
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = [
|
||||
"showinfo",
|
||||
"showwarning",
|
||||
"showerror",
|
||||
"askquestion",
|
||||
"askokcancel",
|
||||
"askyesno",
|
||||
"askyesnocancel",
|
||||
"askretrycancel",
|
||||
]
|
||||
__all__ = ["showinfo", "showwarning", "showerror", "askquestion", "askokcancel", "askyesno", "askyesnocancel", "askretrycancel"]
|
||||
|
||||
ERROR: Final = "error"
|
||||
INFO: Final = "info"
|
||||
|
||||
Reference in New Issue
Block a user