Skip to content

Commit b6eb862

Browse files
authored
Apply suggestion from @graingert
1 parent 08e2a39 commit b6eb862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Library/2026-09-01-00-00-00.gh-issue-156784.8gvtt4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ same socket was previously used to send to an address that isn't
44
listening) is surfaced as a :exc:`ConnectionResetError` instead of
55
being silently swallowed. Datagram transports now deliver it to the
66
protocol via :meth:`~asyncio.DatagramProtocol.error_received` and
7-
re-arm the read loop, and :meth:`~asyncio.loop.sock_recvfrom` /
7+
re-schedule the read loop, and :meth:`~asyncio.loop.sock_recvfrom` /
88
:meth:`~asyncio.loop.sock_recvfrom_into` now raise it, matching the
99
behaviour :class:`asyncio.SelectorEventLoop` already had. This
1010
corrects the fix applied in gh-91227, which papered over the issue by

0 commit comments

Comments
 (0)