This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients berker.peksag, eric.smith, lars.gustaebel, mvo, r.david.murray, serhiy.storchaka, vstinner
Date 2015-04-13.20:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428956374.14.0.632396095484.issue23193@psf.upfronthosting.co.za>
In-reply-to
Content
I added numeric_owner to the self.chown() call when adding directories. I'm reasonably sure this is correct.

I added tests for dirs, although they need some cleaning up to be simpler and cleaner. I'll do that cleanup shortly, but I want to check this in before I get on a plane.

I also changed the tests to use different numbers for .gid and .uid, in order to pick up if there's a transposition error somewhere.

If anyone can test this on Windows, that would be helpful.
History
Date User Action Args
2015-04-13 20:19:34eric.smithsetrecipients: + eric.smith, lars.gustaebel, vstinner, mvo, r.david.murray, berker.peksag, serhiy.storchaka
2015-04-13 20:19:34eric.smithsetmessageid: <1428956374.14.0.632396095484.issue23193@psf.upfronthosting.co.za>
2015-04-13 20:19:34eric.smithlinkissue23193 messages
2015-04-13 20:19:34eric.smithcreate