diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-05 17:35:19 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-05 17:35:19 (GMT) |
commit | f536386ca95ccd2f6798435887ffb0a137d8359e (patch) | |
tree | 55f12fa1267043898cc2512e11ce391aafd91038 /Misc | |
parent | 3074c134a9ebc590a998efa63641164469fa6776 (diff) | |
parent | f0ccf02e5609890ffb1f928e1a1f74ebde1b5af7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |