]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)
authorZackery Spytz <zspytz@gmail.com>
Sat, 28 Nov 2020 14:27:28 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 14:27:28 +0000 (16:27 +0200)
commit8085f742f4adfbc85f13fc734dfab036aa23acfb
treeee08b5f84d732556b0fde7d2adae42c7342445b0
parent5b0194ed31376382da63ad5b10271a4acc4a80e8
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)

Co-Authored-By: Tyler Bell <mrbell321@gmail.com>
Lib/asyncio/exceptions.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2020-08-19-20-17-51.bpo-34215._Cv8c-.rst [new file with mode: 0644]