Fix various stubtest complaints on Python 3.12 (#10691)

This commit is contained in:
Alex Waygood
2023-09-10 22:54:43 +01:00
committed by GitHub
parent 6dda2fe9c8
commit a570fb6ced
5 changed files with 31 additions and 15 deletions

View File

@@ -3,14 +3,6 @@ enum.Enum.__signature__
enum.EnumMeta.__call__
enum.EnumType.__call__
enum.property.member
http.client.HTTPConnection.get_proxy_response_headers
imaplib.IMAP4_SSL.__init__
urllib.request.AbstractHTTPHandler.__init__
urllib.request.HTTPSHandler.__init__
# TODO: remove after rc2 release
turtle.__all__
turtle.teleport
# Errors that also existed on Python 3.11
_collections_abc.AsyncIterable.__class_getitem__