mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
parent
a045f191b4
commit
94f25283c9
20 changed files with 52 additions and 196 deletions
|
@ -1147,10 +1147,6 @@ def uname():
|
|||
if not version:
|
||||
version = vendor
|
||||
|
||||
elif os.name == 'mac':
|
||||
release,(version,stage,nonrel),machine = mac_ver()
|
||||
system = 'MacOS'
|
||||
|
||||
# System specific extensions
|
||||
if system == 'OpenVMS':
|
||||
# OpenVMS seems to have release and version mixed up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue