summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-02 20:45:53 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-02 20:45:53 (GMT)
commit6a8e626a60baef76b03df81a0b087dc9fdc3efcf (patch)
treea2d14876b8728d9ffc55697b6c668d7b26d48dc2 /Misc
parent947ff3872520c5a05f3fcf4131d551347c9e546f (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e871a36..6e07c8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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