summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-23 00:29:51 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-23 00:29:51 (GMT)
commit64a3387d69ca5a6a9c33a78310c2dfa7601d8d7c (patch)
treec36faa4e0b6e419a96f76d5940e3e3216a5d61f5 /Misc
parent364d6e107da1b94e8d77214ae05db897d276daed (diff)
downloadcpython-64a3387d69ca5a6a9c33a78310c2dfa7601d8d7c.zip
cpython-64a3387d69ca5a6a9c33a78310c2dfa7601d8d7c.tar.gz
cpython-64a3387d69ca5a6a9c33a78310c2dfa7601d8d7c.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 c154bd6..90d9e1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core and Builtins
Library
-------
+- Issue #19143: platform module now reads Windows version from kernel32.dll to
+ avoid compatibility shims.
+
- Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
of datetime.datetime: microseconds are now rounded to nearest with ties
going to nearest even integer (ROUND_HALF_EVEN), instead of being rounding