diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:25:30 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:25:30 (GMT) |
commit | 044cde52f821c612b2cbdd9e3cce60a4cfb97a1a (patch) | |
tree | 3b7193e961c9a960a4f2a0e2e3ed4554eefbeeb7 /Misc | |
parent | 1234fd912de567a3a504bf06afc7b640956ba13d (diff) | |
download | cpython-044cde52f821c612b2cbdd9e3cce60a4cfb97a1a.zip cpython-044cde52f821c612b2cbdd9e3cce60a4cfb97a1a.tar.gz cpython-044cde52f821c612b2cbdd9e3cce60a4cfb97a1a.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
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #19143: platform module now reads Windows version from kernel32.dll to + avoid compatibility shims. + - Issue #24684: socket.socket.getaddrinfo() now calls PyUnicode_AsEncodedString() instead of calling the encode() method of the host, to handle correctly custom unicode string with an encode() method |