[Python-3000-checkins] r64353 - python/branches/py3k/Lib/platform.py

amaury.forgeotdarc python-3000-checkins at python.org
Tue Jun 17 23:42:47 CEST 2008


Author: amaury.forgeotdarc
Date: Tue Jun 17 23:42:46 2008
New Revision: 64353

Log:
Merge error: platform.py would not import


Modified:
   python/branches/py3k/Lib/platform.py

Modified: python/branches/py3k/Lib/platform.py
==============================================================================
--- python/branches/py3k/Lib/platform.py	(original)
+++ python/branches/py3k/Lib/platform.py	Tue Jun 17 23:42:46 2008
@@ -1089,7 +1089,7 @@
             node = _node()
             machine = ''
 
-        use_syscmd_ver = 01
+        use_syscmd_ver = 1
 
         # Try win32_ver() on win32 platforms
         if system == 'win32':


More information about the Python-3000-checkins mailing list