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 baikie
Recipients baikie
Date 2010-08-14.19:13:52
SpamBayes Score 0.0034809473
Marked as misclassified No
Message-id <1281813234.71.0.460155631473.issue9605@psf.upfronthosting.co.za>
In-reply-to
Content
The pwd module decodes usernames with PyUnicode_DecodeFSDefault(), and the LOGNAME environment variable (suggested as an alternative to getlogin()) is decoded the same way.  Attaching a patch to use PyUnicode_DecodeFSDefault() in getlogin().
History
Date User Action Args
2010-08-14 19:13:55baikiesetrecipients: + baikie
2010-08-14 19:13:54baikiesetmessageid: <1281813234.71.0.460155631473.issue9605@psf.upfronthosting.co.za>
2010-08-14 19:13:53baikielinkissue9605 messages
2010-08-14 19:13:53baikiecreate