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 pitrou
Recipients andreask, pitrou
Date 2009-02-02.18:25:25
SpamBayes Score 3.166127e-08
Marked as misclassified No
Message-id <1233599127.56.0.603824155576.issue5113@psf.upfronthosting.co.za>
In-reply-to
Content
That explains what the test fails then. The test expects that you can't
chown a file to root as a normal user, and it verifies that an exception
is raised in that case.
Do you know if this behaviour is standard under HP-UX? If so, what do
sys.platform and platform.system() return?

(this won't be fixed in 2.5 by the way: 2.5 only receives security
fixes. 2.6 is the current stable branch and 2.7 is the in-development
version)
History
Date User Action Args
2009-02-02 18:25:27pitrousetrecipients: + pitrou, andreask
2009-02-02 18:25:27pitrousetmessageid: <1233599127.56.0.603824155576.issue5113@psf.upfronthosting.co.za>
2009-02-02 18:25:26pitroulinkissue5113 messages
2009-02-02 18:25:25pitroucreate