Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment:

>Doesn't getgrgid() return the untranslated content of /etc/group?
>Then the encoding of this file is relevant.

Yes, /etc/group contains "なし" as gr_name in MBCS,("なし" means
"nothing")and I can print it with puts() in grpmodule.c, so it
shouldn't be translated.

>Maybe we should start considering cygwin as a posix platform with win32
>features; but I am not sure to like this idea.

Me neigher.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to