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 vstinner
Recipients baikie, dedded, ggenellina, loewis, vstinner
Date 2009-01-02.23:58:48
SpamBayes Score 2.882773e-10
Marked as misclassified No
Message-id <200901030059.16522.victor.stinner@haypocalc.com>
In-reply-to <1230932333.8.0.834610747321.issue3023@psf.upfronthosting.co.za>
Content
> By the password database, I mean /etc/passwd or replacements that
> are accessible via getpwnam() and friends.  Users are often
> allowed to change things like the GECOS field, and can generally
> stick any old junk in there, regardless of encoding.

I started to patch pwd module to return bytes instead of unicode, but I didn't 
finished my work and the lost it :-/ Today, most UNIX uses UTF-8 as the 
default charset. About GECOS: is it really used? If you have real problems, 
open a new issue as proposed by Martin.
History
Date User Action Args
2009-01-02 23:58:49vstinnersetrecipients: + vstinner, loewis, ggenellina, baikie, dedded
2009-01-02 23:58:49vstinnerlinkissue3023 messages
2009-01-02 23:58:48vstinnercreate