mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[asyncio] Allow any memoryview in write() and writelines() (#13519)
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
stdlib/builtins.pyi
|
||||
stdlib/typing.pyi
|
||||
|
||||
# can't subscript memoryview for some reason
|
||||
stdlib/asyncio/sslproto.pyi
|
||||
stdlib/asyncio/transports.pyi
|
||||
|
||||
# errors about import statements
|
||||
stubs/mysqlclient/MySQLdb/__init__.pyi
|
||||
stubs/mysqlclient/MySQLdb/connections.pyi
|
||||
|
||||
Reference in New Issue
Block a user