]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix import of HTTPError (GH-22304)
authorSebastian Rittau <srittau@rittau.biz>
Tue, 11 May 2021 23:01:33 +0000 (01:01 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 23:01:33 +0000 (16:01 -0700)
commit5fedf71439187f00c661b16b80d398b74b00390e
tree1e417bbe95eb381c33461cc390100573cb2b1711
parent23ae2c3bacc167f7bbfea1846bbbc9dde63a1bfd
Fix import of HTTPError (GH-22304)

Import HTTPError from urllib.error instead of urllib.request.
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py