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 vajrasky
Recipients vajrasky
Date 2013-12-26.10:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388053703.09.0.645818054692.issue20069@psf.upfronthosting.co.za>
In-reply-to
Content
There is no tests for os.chown except for the invalid input.

Attached the patch to add tests for os.chown. This test has not exercised the keyword `dir_fd` and `follow_symlinks` because `follow_symlinks` (I think) is kinda broken on Windows and I prefer to add unit test for `dir_fd` keyword in different ticket.
History
Date User Action Args
2013-12-26 10:28:23vajraskysetrecipients: + vajrasky
2013-12-26 10:28:23vajraskysetmessageid: <1388053703.09.0.645818054692.issue20069@psf.upfronthosting.co.za>
2013-12-26 10:28:22vajraskylinkissue20069 messages
2013-12-26 10:28:21vajraskycreate