]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43564: preserve original exception in args of FTP URLError (#24938)
authorCarl Meyer <carl@oddbird.net>
Mon, 10 Oct 2022 01:59:07 +0000 (03:59 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2022 01:59:07 +0000 (18:59 -0700)
commitad817cd5c44416da3752ebf9baf16d650703275c
tree1e22d326bc21b489dac618e21b61584b6afa4691
parentfc342c62e0debb194d60e79b37e346bf8d940d7a
bpo-43564: preserve original exception in args of FTP URLError (#24938)

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

* Add NEWS blurb

Co-authored-by: Carl Meyer <carljm@instagram.com>
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]