mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 00:28:28 +08:00
Fix various stubtest complaints on Python 3.12 (#10691)
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user