diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-14 20:25:03 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-14 20:25:03 (GMT) |
commit | 71a36f735ba8b70a4f6ff51fdc10f1c8df0285da (patch) | |
tree | c76ab97dc1f9b3d6cb73002e3a78cb59ce7769f5 /Misc | |
parent | eb3c16d38c84512c8e90fd8fc34522694745cb03 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |