From: Amaury Forgeot d'Arc Date: Tue, 17 Jun 2008 21:42:46 +0000 (+0000) Subject: Merge error: platform.py would not import X-Git-Tag: v3.0b1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a01984aba532b731dd6a06610b0ce523bef4f5e;p=python Merge error: platform.py would not import --- diff --git a/Lib/platform.py b/Lib/platform.py index 33033ff0e0..ff81d28196 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -1089,7 +1089,7 @@ def uname(): node = _node() machine = '' - use_syscmd_ver = 01 + use_syscmd_ver = 1 # Try win32_ver() on win32 platforms if system == 'win32':