]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-24938)...
authorSenthil Kumaran <senthil@python.org>
Mon, 10 Oct 2022 06:36:51 +0000 (23:36 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2022 06:36:51 +0000 (23:36 -0700)
commit1ae7abf6b2f410feee02286a1b2179f2c6e88abd
tree1c2f22276e8ea10d72977d811353cdfa68525f28
parentac0a19b62ae137c2c9f53fbba8ba3f769acf34dc
[3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-24938) (#98138)

* bpo-43564: preserve original error in args of FTP URLError

* Add NEWS blurb

Co-authored-by: Carl Meyer <carljm@instagram.com>.
(cherry picked from commit ad817cd5c44416da3752ebf9baf16d650703275c)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2022-10-09-12-12-38.gh-issue-87730.ClgP3f.rst [new file with mode: 0644]