]> 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 15:07:51 +0000 (07:07 -0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 15:07:51 +0000 (17:07 +0200)
commitdf6c8bcffef3380869c8f76317610ce452880b25
treee5a54dcf925a1d6726dcd8a2c3e689bf33f7dfec
parent761c5a1ce477b82cca35a79917c88d72d57ed776
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (GH-23539)

Co-Authored-By: Tyler Bell <mrbell321@gmail.com>
(cherry picked from commit 8085f742f4adfbc85f13fc734dfab036aa23acfb)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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]