cpython/Misc/NEWS.d/next/Library/2020-08-04-00-20-30.bpo-414...

4 lines
167 B
ReStructuredText

On Windows, fix asyncio ``recv_into()`` return value when the socket/pipe is
closed (:exc:`BrokenPipeError`): return ``0`` rather than an empty byte
string (``b''``).