summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-03-12 16:06:23 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-03-12 16:06:23 (GMT)
commit126c9c17efedc6f69d5d86de4b660f3b44e635e4 (patch)
treeb2d50c958405389ebcf0b4be944a407ecd027837 /Misc/NEWS
parent8a7240eeed609f747bdf38985679816ed9f61a0e (diff)
downloadcpython-126c9c17efedc6f69d5d86de4b660f3b44e635e4.zip
cpython-126c9c17efedc6f69d5d86de4b660f3b44e635e4.tar.gz
cpython-126c9c17efedc6f69d5d86de4b660f3b44e635e4.tar.bz2
Issue #26513: Fixes platform module detection of Windows Server
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5c34be..f57aab1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Core and Builtins
Library
-------
+- Issue #26513: Fixes platform module detection of Windows Server
+
- Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Tamás Bence Gedai.