requests icon indicating copy to clipboard operation
requests copied to clipboard

fix: pass response (self) to ConnectionError constructor

Open ErikBjare opened this issue 3 years ago • 0 comments
trafficstars

As far as I can tell, this is the only internal construction of ConnectionError that doesn't include request or response.

Part of improving typing for exceptions in requests: https://github.com/python/typeshed/pull/8989

ErikBjare avatar Oct 26 '22 14:10 ErikBjare