Message9999

Author joshfriend
Recipients joshfriend
Date 2015-05-04.02:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430706745.32.0.896817234072.issue2349@psf.upfronthosting.co.za>
In-reply-to
Content
Installing `pip` with `get-pip.py` now fails because:

    AttributeError: 'module' object has no attribute 'umask'

I tried chasing down in the hg history where the function disappeared, it moved from `Lib/os.py` to `Lib/posix.py` and I'm not sure what happened after that.

It appears this was previously reported and fixed: http://bugs.jython.org/issue1954

Am I missing something obvious?
History
Date User Action Args
2015-05-04 02:32:25joshfriendsetrecipients: + joshfriend
2015-05-04 02:32:25joshfriendsetmessageid: <1430706745.32.0.896817234072.issue2349@psf.upfronthosting.co.za>
2015-05-04 02:32:25joshfriendlinkissue2349 messages
2015-05-04 02:32:24joshfriendcreate