[issue18393] Gestalt() is deprecated on OSX 10.8, remove support?

Ronald Oussoren report at bugs.python.org
Mon Jul 8 14:08:33 CEST 2013


Ronald Oussoren added the comment:

I had hoped to just drop it in 3.4.

To remove:

* extension _gestalt

* function platform._mac_ver_gestalt

* function platform._mac_ver_lookup (only used by ^^^)

* function platform._bcd2str (likewise)

To change:

* function platform.mac_ver: remove call to _mac_ver_gestalt

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18393>
_______________________________________


More information about the Python-bugs-list mailing list