Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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: