[MacPorts] #58285: python27 @2.7.16_0+universal: os.lchmod() not available
MacPorts
noreply at macports.org
Mon Apr 1 13:20:17 UTC 2019
#58285: python27 @2.7.16_0+universal: os.lchmod() not available
---------------------+----------------------
Reporter: macrule | Owner: jmroot
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Keywords: | Port: python27
---------------------+----------------------
os.lchmod() has gone with python 2.7.16_0 - it still works with 2.7.15_1.
Example:
{{{
>>> import os
>>> os.lchmod
AttributeError: 'module' object has no attribute 'lchmod'
}}}
This might be an upstream bug, but I have never compiled python from
source, always using mac ports. So I didn't want to start messing with
that as well.
Short research: it may be related to this configure change:
https://github.com/python/cpython/pull/9247
--
Ticket URL: <https://trac.macports.org/ticket/58285>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list