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 andreask
Recipients andreask, pitrou
Date 2009-02-02.22:42:00
SpamBayes Score 3.481229e-09
Marked as misclassified No
Message-id <1233614522.87.0.767866391672.issue5113@psf.upfronthosting.co.za>
In-reply-to
Content
I do not know if this is standard for hpux or not.

I can say that right now we have six different HPUX machines which
behave in this manner, i.e. do not throw an error for the 'chown root
foobar' command for an ordinary (non-root) user.

Regarding the platform codes, here are the results.

andreask@bertha:~/tmp/autotest> ./apy/bin/python2.5
ActivePython 2.5.4.3 (ActiveState Software Inc.) based on
Python 2.5.4 (r254:67916, Jan 20 2009, 14:48:58) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, platform
>>> sys.platform
'hp-ux11'
>>> platform.system()
'HP-UX'
>>> quit()

The six machines I mentioned are

bertha   - HP-UX 11.00 (PA-RISC)
bigsur03 - HP-UX 11.22 (Itanium)
hpa180   - HP-UX 11.00 (PA-RISC)
bigsur03 - HP-UX 11.22 (Itanium)
hpl3000  - HP-UX 11.23 (PA-RISC)
bigsur05 - HP-UX 11.32 (Itanium)
History
Date User Action Args
2009-02-02 22:42:03andreasksetrecipients: + andreask, pitrou
2009-02-02 22:42:02andreasksetmessageid: <1233614522.87.0.767866391672.issue5113@psf.upfronthosting.co.za>
2009-02-02 22:42:01andreasklinkissue5113 messages
2009-02-02 22:42:00andreaskcreate