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:11:28
SpamBayes Score 0.0010127861
Marked as misclassified No
Message-id <1281813090.71.0.270641843019.issue9604@psf.upfronthosting.co.za>
In-reply-to
Content
The pwd module decodes usernames using PyUnicode_DecodeFSDefault(), so initgroups() should use PyUnicode_FSConverter() for the username.  Patch attached.
History
Date User Action Args
2010-08-14 19:11:31baikiesetrecipients: + baikie
2010-08-14 19:11:30baikiesetmessageid: <1281813090.71.0.270641843019.issue9604@psf.upfronthosting.co.za>
2010-08-14 19:11:29baikielinkissue9604 messages
2010-08-14 19:11:28baikiecreate