[Python-Dev] Symbolic errno values in error messages
"Martin v. Löwis"
martin at v.loewis.de
Sat May 17 00:25:07 CEST 2008
> Until recently, python had its own cross-platform implementation of
> strerror, but it was removed because it was deemed redundant. This
> tells me that it should work on windows.
That conclusion is incorrect. It works on MSVCRT, but for this specific
aspect, using MSVCRT is a bad idea (because it artificially renumbers
system errors, just to provide an illusion for what Microsoft considers
POSIX).
Regards,
Martin
More information about the Python-Dev
mailing list