Message9587

Author zyasoft
Recipients jeff.allen, nazarlviv07, santa4nt, saynt, zyasoft
Date 2015-03-05.22:24:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425594274.08.0.00447068977986.issue2120@psf.upfronthosting.co.za>
In-reply-to
Content
Blocker for RC1, per discussion here https://plus.google.com/u/0/106351219134006807463/posts/KfBcuGo2omx?cfem=1

re #2277 os.makedirs simply calls os.mkdir; so long as os.mkdir returns the correct error (errno.EEXIST), it's good. Of course the behavior we are seeing in this bug is that JNR Posix is wrongly returning errno.EEXIST.

Note that the original report of this bug (msg8264), it was returning a different errno, but I suspect that got changed as part of the JNR Posix upgrade.
History
Date User Action Args
2015-03-05 22:24:34zyasoftsetmessageid: <1425594274.08.0.00447068977986.issue2120@psf.upfronthosting.co.za>
2015-03-05 22:24:34zyasoftsetrecipients: + zyasoft, jeff.allen, santa4nt, saynt, nazarlviv07
2015-03-05 22:24:34zyasoftlinkissue2120 messages
2015-03-05 22:24:33zyasoftcreate