mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Merge error: platform.py would not import
This commit is contained in:
parent
bf9e966228
commit
7a01984aba
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue