Add BufferedProtocol.eof_received() (#7043)

This commit is contained in:
Andrew Svetlov
2022-01-27 13:09:29 +02:00
committed by GitHub
parent d5101dced7
commit 56aa2088aa
5 changed files with 1 additions and 8 deletions

View File

@@ -164,9 +164,7 @@ _imp.source_hash
ast.Tuple.dims
ast.main
asyncio.AbstractEventLoop.connect_accepted_socket
asyncio.BufferedProtocol.eof_received
asyncio.events.AbstractEventLoop.connect_accepted_socket
asyncio.protocols.BufferedProtocol.eof_received
bdb.Breakpoint.clearBreakpoints
distutils.dist.DistributionMetadata.set_classifiers
distutils.dist.DistributionMetadata.set_keywords

View File

@@ -89,8 +89,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
# Exists at runtime, but missing from stubs
_dummy_thread.RLock
_imp.source_hash
asyncio.BufferedProtocol.eof_received
asyncio.protocols.BufferedProtocol.eof_received
contextvars.ContextVar.__class_getitem__
datetime.datetime_CAPI
distutils.command.bdist_wininst

View File

@@ -101,8 +101,6 @@ collections.Sequence.index # Supporting None in end is not mandatory
# Exists at runtime, but missing from stubs
_dummy_thread.RLock
_imp.source_hash
asyncio.BufferedProtocol.eof_received
asyncio.protocols.BufferedProtocol.eof_received
contextvars.ContextVar.__class_getitem__
datetime.datetime_CAPI
distutils.command.bdist_wininst

View File

@@ -124,8 +124,6 @@ _collections_abc.MappingView.__class_getitem__
_imp.source_hash
ast.Tuple.dims
ast.main
asyncio.BufferedProtocol.eof_received
asyncio.protocols.BufferedProtocol.eof_received
collections.AsyncIterable.__class_getitem__
collections.Awaitable.__class_getitem__
collections.Container.__class_getitem__