diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:23:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:23:39 (GMT) |
commit | b9f4feab1b9c9ffa8ea29af3d82bc536f9f3005a (patch) | |
tree | 8fbbfe479eafddd3731c42b9cc58950af5cd4326 /Misc | |
parent | a2ea0e4804f30cdc754b1ed6a37fff30fd8a5378 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |