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 Carlo
Recipients Carlo, docs@python
Date 2014-08-30.12:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409401401.25.0.41962745955.issue22307@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for os.getlogin() says:

... ``pwd.getpwuid(os.getuid())[0]`` to get the login name of the currently effective user id

Either, os.getuid() should be changed to os.geteuid(), or the wording should be changed.
History
Date User Action Args
2014-08-30 12:23:21Carlosetrecipients: + Carlo, docs@python
2014-08-30 12:23:21Carlosetmessageid: <1409401401.25.0.41962745955.issue22307@psf.upfronthosting.co.za>
2014-08-30 12:23:21Carlolinkissue22307 messages
2014-08-30 12:23:21Carlocreate