diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-02 20:45:53 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-02 20:45:53 (GMT) |
commit | 6a8e626a60baef76b03df81a0b087dc9fdc3efcf (patch) | |
tree | a2d14876b8728d9ffc55697b6c668d7b26d48dc2 /Misc | |
parent | 947ff3872520c5a05f3fcf4131d551347c9e546f (diff) | |
download | cpython-6a8e626a60baef76b03df81a0b087dc9fdc3efcf.zip cpython-6a8e626a60baef76b03df81a0b087dc9fdc3efcf.tar.gz cpython-6a8e626a60baef76b03df81a0b087dc9fdc3efcf.tar.bz2 |
Issue #21776: distutils.upload now correctly handles HTTPError
Initial patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ Core and Builtins Library ------- +- Issue #21776: distutils.upload now correctly handles HTTPError. + Initial patch by Claudiu Popa. + - Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError |