[issue5113] 2.5.4.3 / test_posix failing on HPUX systems

Antoine Pitrou report at bugs.python.org
Mon Feb 2 19:25:27 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

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)

----------
versions: +Python 2.6, Python 2.7 -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5113>
_______________________________________


More information about the Python-bugs-list mailing list