cpython: aeb39d4475c5 (original) (raw)
Mercurial > cpython
changeset 103412:aeb39d4475c5 3.5
Issue #26513: Fixes platform module detection of Windows Server [#26513]
Steve Dower steve.dower@microsoft.com | |
---|---|
date | Fri, 09 Sep 2016 09:46:56 -0700 |
parents | ff942f8a8f49 |
children | 67c50dd3fcea a95e2a43b09b |
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 @@ -586,7 +586,7 @@ def win32_ver(release='', version='', cs csd = 'SP' + csd[13:] # VER_NT_SERVER = 3