summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-07-14 20:25:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-07-14 20:25:03 (GMT)
commit71a36f735ba8b70a4f6ff51fdc10f1c8df0285da (patch)
treec76ab97dc1f9b3d6cb73002e3a78cb59ce7769f5 /Misc
parenteb3c16d38c84512c8e90fd8fc34522694745cb03 (diff)
downloadcpython-71a36f735ba8b70a4f6ff51fdc10f1c8df0285da.zip
cpython-71a36f735ba8b70a4f6ff51fdc10f1c8df0285da.tar.gz
cpython-71a36f735ba8b70a4f6ff51fdc10f1c8df0285da.tar.bz2
Issue #24634: Importing uuid should not try to load libc on Windows
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bcd2c8..4cb08ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #24634: Importing uuid should not try to load libc on Windows
+
- Issue #24798: _msvccompiler.py doesn't properly support manifests
- Issue #4395: Better testing and documentation of binary operators.