summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-05 17:35:19 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-05 17:35:19 (GMT)
commitf536386ca95ccd2f6798435887ffb0a137d8359e (patch)
tree55f12fa1267043898cc2512e11ce391aafd91038 /Misc
parent3074c134a9ebc590a998efa63641164469fa6776 (diff)
parentf0ccf02e5609890ffb1f928e1a1f74ebde1b5af7 (diff)
downloadcpython-f536386ca95ccd2f6798435887ffb0a137d8359e.zip
cpython-f536386ca95ccd2f6798435887ffb0a137d8359e.tar.gz
cpython-f536386ca95ccd2f6798435887ffb0a137d8359e.tar.bz2
Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed.
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 fea7120..71d073d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Core and Builtins
Library
-------
+- Issue #25316: distutils raises OSError instead of DistutilsPlatformError
+ when MSVC is not installed.
+
- Issue #23972: Updates asyncio datagram create method allowing reuseport
and reuseaddr socket options to be set prior to binding the socket.
Mirroring the existing asyncio create_server method the reuseaddr option