cpython: 67c50dd3fcea (original) (raw)

Mercurial > cpython

changeset 103413:67c50dd3fcea

Issue #26513: Fixes platform module detection of Windows Server [#26513]

Steve Dower steve.dower@microsoft.com
date Fri, 09 Sep 2016 09:47:09 -0700
parents 7e2726acd3f1(current diff)aeb39d4475c5(diff)
children f6a0b80ade26
files Lib/platform.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/platform.py 2

line wrap: on

line diff

--- a/Lib/platform.py +++ b/Lib/platform.py @@ -585,7 +585,7 @@ def win32_ver(release='', version='', cs csd = 'SP' + csd[13:] # VER_NT_SERVER = 3