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 neologix
Recipients andreask, neologix, pitrou
Date 2010-09-17.08:52:20
SpamBayes Score 0.00030326287
Marked as misclassified No
Message-id <1284713559.17.0.905438796902.issue5113@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, looking at the man page, this seems to be normal:

---
In order to change the owner or group, you must own the file and have the CHOWN privilege (see setprivgrp(1M)). [...] Note that a given user's or group's ability to use this command can be restricted by setprivgrp (see setprivgrp(1M)).
---

So depending on the setting of setprivgrp, chown'ing a file to root may be allowed or not.
It might be a good idea to skip this test on HP-UX. Solaris apparently behaves in the same way.
History
Date User Action Args
2010-09-17 08:52:39neologixsetrecipients: + neologix, pitrou, andreask
2010-09-17 08:52:39neologixsetmessageid: <1284713559.17.0.905438796902.issue5113@psf.upfronthosting.co.za>
2010-09-17 08:52:21neologixlinkissue5113 messages
2010-09-17 08:52:20neologixcreate