Add stubs for importlib.(resources.)simple (#10931)

This commit is contained in:
Alex Waygood
2023-10-28 15:29:57 +01:00
committed by GitHub
parent 6748816d43
commit 56288ad2d0
6 changed files with 71 additions and 8 deletions

View File

@@ -17,10 +17,6 @@ tkinter._VersionInfoType.__doc__
typing.NewType.__call__
typing.NewType.__mro_entries__
# Modules that exist at runtime, but are missing from typeshed
importlib.resources.simple
importlib.simple
# Modules that exist at runtime, but shouldn't be added to typeshed
ctypes.test
ctypes\.test\..+

View File

@@ -1,7 +1,5 @@
# Modules that exist at runtime, but are missing from typeshed
zipfile._path.glob
importlib.resources.simple
importlib.simple
# Errors that also existed on Python 3.11
_collections_abc.AsyncIterable.__class_getitem__