Commit 64a3387d authored by Steve Dower's avatar Steve Dower

Issue #19143: platform module now reads Windows version from kernel32.dll to...

Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
parent 364d6e10
This diff is collapsed.
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment