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 serhiy.storchaka
Recipients Claudiu.Popa, python-dev, serhiy.storchaka, vajrasky
Date 2014-05-25.13:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401024834.78.0.500009926979.issue19925@psf.upfronthosting.co.za>
In-reply-to
Content
Committed with some changes. geteuid() is used instead getuid(), and checked that os.geteuid exists (see test_shutil). Checked deprecated attributes sp_nam and sp_pwd. Added tests for the calling getspnam() with wrong number of arguments and with bytes (on 3.x) or unicode (2.7) name.

Thank you Vajrasky for your contribution.
History
Date User Action Args
2014-05-25 13:33:54serhiy.storchakasetrecipients: + serhiy.storchaka, Claudiu.Popa, python-dev, vajrasky
2014-05-25 13:33:54serhiy.storchakasetmessageid: <1401024834.78.0.500009926979.issue19925@psf.upfronthosting.co.za>
2014-05-25 13:33:54serhiy.storchakalinkissue19925 messages
2014-05-25 13:33:54serhiy.storchakacreate