]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes platform.win32_ver on non-Windows platforms (GH-12912)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Apr 2019 18:59:08 +0000 (11:59 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 18:59:08 +0000 (11:59 -0700)
commit9344d74f7bf1039326e0e15c6d94f0d9e0f63d84
tree49030c8ca07b93a077ab41659602443d3f843f7a
parent36aecc0079af0ec65add8ffb5bcdea9a594baca4
Fixes platform.win32_ver on non-Windows platforms (GH-12912)

(cherry picked from commit d307d05350e26a7a5f8f74db9af632a15215b50f)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Lib/platform.py