-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errnoのエラー・メッセージの相違に付いて #23
Comments
Where did you pick this mail? Can I have the pointer to the original mail? |
@cocoatomo I did not let the email pass the modration of the list due to not being written in english, but copied it here to not loose the information, and sent a mail to the writer explaining this all and giving him the link to the issue, I hope he'll show. I'll try to recover the attachment also. |
Found the file: https://mdk.fr/x/errnoの設定値確認.tar.xz |
Thanks to Julien Palard. At this time, I want to send them, but I don't know how. |
Julien, Thank you for searching the file! kiyokazu-shikanai-san, I think you should report this issue to https://bugs.python.org/, since the members of translation teams are not responsible for flaws on the original documents. |
I though it was a translation issue so I posted it here, sorry for the noise. @kiyokazu-shikanai, the Python implementation of In other words, it's more a discrepancy between the manpage and the libc. Python is not involved at all in this discrepancy. But it does not look like there's huge differences in the meanings when they differ, so I'd say it's OK. You can check by also running this C program: #include <string.h>
#include <stdio.h>
int main() {
printf("%s\n", strerror(11));
} run it by saving it as |
Got this on docs@, won't publish it there, but coping/pasting here becaues it may be of interest:
The text was updated successfully, but these errors were encountered: