]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)
author180909 <734461790@qq.com>
Tue, 7 Dec 2021 00:10:49 +0000 (08:10 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 00:10:49 +0000 (16:10 -0800)
commitc5c365220ed2c867fe81078f70b827de22db2ee6
tree5abbab1d033b387c13019f5f353fa916496395ca
parentb7ef27bc084665ce58d89fc69530c6f9d2d37754
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)

Automerge-Triggered-By: GH:asvetlov
Lib/http/client.py