]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Nov 2020 14:44:34 +0000 (06:44 -0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 14:44:34 +0000 (16:44 +0200)
commit4498e98a6bdf017d3b65fa679baf4c797909beb6
tree76f446ded56a774ce79e1e36ee202f211c58df8f
parent01fcde89d7d56321078be1739e759fece61d0a2b
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540)

Co-Authored-By: Tyler Bell <mrbell321@gmail.com>
(cherry picked from commit 8085f742f4adfbc85f13fc734dfab036aa23acfb)
Co-authored-by: Zackery Spytz <zspytz@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]