diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-11-28 14:27:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 14:27:28 (GMT) |
commit | 8085f742f4adfbc85f13fc734dfab036aa23acfb (patch) | |
tree | ee08b5f84d732556b0fde7d2adae42c7342445b0 /Misc/NEWS.d | |
parent | 5b0194ed31376382da63ad5b10271a4acc4a80e8 (diff) | |
download | cpython-8085f742f4adfbc85f13fc734dfab036aa23acfb.zip cpython-8085f742f4adfbc85f13fc734dfab036aa23acfb.tar.gz cpython-8085f742f4adfbc85f13fc734dfab036aa23acfb.tar.bz2 |
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925)
Co-Authored-By: Tyler Bell <mrbell321@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-19-20-17-51.bpo-34215._Cv8c-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-19-20-17-51.bpo-34215._Cv8c-.rst b/Misc/NEWS.d/next/Library/2020-08-19-20-17-51.bpo-34215._Cv8c-.rst new file mode 100644 index 0000000..4d91678 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-19-20-17-51.bpo-34215._Cv8c-.rst @@ -0,0 +1,2 @@ +Clarify the error message for :exc:`asyncio.IncompleteReadError` when +``expected`` is ``None``. |