add zipfile._path.glob (#13154)

This commit is contained in:
Stephen Morton
2024-12-03 04:42:15 -08:00
committed by GitHub
parent cd60804f15
commit 4890153e61
4 changed files with 22 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
# >= 3.12
# =======
zipfile._path.glob # Modules that exist at runtime, but are missing from typeshed
zoneinfo.ZoneInfo.from_file # Pos-only parameters had different "names" in different Python versions

View File

@@ -39,7 +39,6 @@ tkinter.Wm.wm_attributes
# >= 3.12
# =======
zipfile._path.glob # Modules that exist at runtime, but are missing from typeshed
zoneinfo.ZoneInfo.from_file # Pos-only parameters had different "names" in different Python versions