Message10803

Author zyasoft
Recipients pekka.klarck, zyasoft
Date 2016-03-07.18:35:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457375730.4.0.334961973499.issue2474@psf.upfronthosting.co.za>
In-reply-to
Content
Peke, we should just do a Jython-specific version of shutil, with a fix to detect the specific OSError raised when on Windows. I'm pretty sure OSError = WindowsError will cause other problems, based on my short investigation of that possible solution.

It's also possible we should look at rmtree as well - currently pip is noisy on Windows because of removing a directory.
History
Date User Action Args
2016-03-07 18:35:30zyasoftsetmessageid: <1457375730.4.0.334961973499.issue2474@psf.upfronthosting.co.za>
2016-03-07 18:35:30zyasoftsetrecipients: + zyasoft, pekka.klarck
2016-03-07 18:35:30zyasoftlinkissue2474 messages
2016-03-07 18:35:29zyasoftcreate