Message10145

Author alex.gronholm
Recipients alex.gronholm, zyasoft
Date 2015-07-07.00:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436230247.11.0.197995545425.issue2376@psf.upfronthosting.co.za>
In-reply-to
Content
I found the culprit:

self.set_mode = (os.name == 'posix')

line 83, _vendor/distlib/script.py

I've located the proper changeset in your pip fork. I'll get this upstreamed.
History
Date User Action Args
2015-07-07 00:50:47alex.gronholmsetmessageid: <1436230247.11.0.197995545425.issue2376@psf.upfronthosting.co.za>
2015-07-07 00:50:47alex.gronholmsetrecipients: + alex.gronholm, zyasoft
2015-07-07 00:50:47alex.gronholmlinkissue2376 messages
2015-07-07 00:50:46alex.gronholmcreate