Opened 13 years ago

Closed 13 years ago

#27735 closed defect (fixed)

python2.5 platform.mac_ver() is broken

Reported by: daniel.norberg@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: python25

Description

plaform.mac_ver() is broken in python25.

$ python
Python 2.5.5 (r255:77872, Dec 19 2010, 21:33:50) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.mac_ver()
('4294967306.4294967302.4294967301', ('', '', ''), '')

This issue is fixed for python24 according to #22278 but seems to yet be fixed for python25.

Change History (2)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jwa@…

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.