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 louiscipher
Recipients docs@python, louiscipher
Date 2011-06-02.15:48:22
SpamBayes Score 9.555766e-10
Marked as misclassified No
Message-id <1307029704.02.0.858553376312.issue12243@psf.upfronthosting.co.za>
In-reply-to
Content
In the docs for getpass:
http://docs.python.org/release/2.6.6/library/getpass.html (as an example).

It hints that getuser() doesn't work on OSX. I tried this out and it works fine for python 2.6 on 10.6.

I have included a patch for this. I believe the cleanest way to handle this is to remove the "Availability" entry as it's no longer necessary.
History
Date User Action Args
2011-06-02 15:48:24louisciphersetrecipients: + louiscipher, docs@python
2011-06-02 15:48:24louisciphersetmessageid: <1307029704.02.0.858553376312.issue12243@psf.upfronthosting.co.za>
2011-06-02 15:48:23louiscipherlinkissue12243 messages
2011-06-02 15:48:23louisciphercreate