diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:29:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:29:51 (GMT) |
commit | 64a3387d69ca5a6a9c33a78310c2dfa7601d8d7c (patch) | |
tree | c36faa4e0b6e419a96f76d5940e3e3216a5d61f5 /Misc | |
parent | 364d6e107da1b94e8d77214ae05db897d276daed (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |