summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-23 00:23:39 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-23 00:23:39 (GMT)
commitb9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a (patch)
tree8fbbfe479eafddd3731c42b9cc58950af5cd4326 /Misc
parenta2ea0e4804f30cdc754b1ed6a37fff30fd8a5378 (diff)
downloadcpython-b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a.zip
cpython-b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a.tar.gz
cpython-b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a.tar.bz2
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
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 36cb6e4..a290212 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #19143: platform module now reads Windows version from kernel32.dll to
+ avoid compatibility shims.
+
- Issue #25092: Fix datetime.strftime() failure when errno was already set to
EINVAL.