Add wsgiref.types (Python 3.11+) (#7644)

_typeshed.wsgi: Import from wsgiref.types in Python 3.11+

Make types match wsgiref.types
This commit is contained in:
Sebastian Rittau
2022-04-16 21:36:31 +02:00
committed by GitHub
parent b0611bc031
commit 499e74cf2a
7 changed files with 67 additions and 32 deletions

View File

@@ -240,7 +240,6 @@ weakref.ref.__call__
webbrowser.UnixBrowser.remote_action # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newtab # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newwin # always overridden in inheriting class
wsgiref.types # Doesn't exist, see comments in file
xml.parsers.expat.expat_CAPI
# ==========